mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-12-02 23:48:15 +08:00
24 lines
754 B
TypeScript
24 lines
754 B
TypeScript
// 导出所有自定义组件
|
|
export * from './RChart'
|
|
export * from './RCollapseGrid'
|
|
export * from './RIcon'
|
|
export * from './RIframe'
|
|
export * from './RModal'
|
|
export * from './RMoreDropdown'
|
|
export * from './RTable'
|
|
export * from './RTransitionComponent'
|
|
export * from './RForm'
|
|
export * from './RSegment'
|
|
export * from './RBarcode'
|
|
|
|
// 导出自定义组件类型
|
|
export type * from './RChart/src/types'
|
|
export type * from './RCollapseGrid/src/types'
|
|
export type * from './RIframe/src/types'
|
|
export type * from './RTable/src/types'
|
|
export type * from './RTransitionComponent/src/types'
|
|
export type * from './RForm/src/types'
|
|
export type * from './RModal/src/types'
|
|
export type * from './RSegment/src/types'
|
|
export type * from './RBarcode/src/types'
|