2024-05-09 17:29:28 +08:00

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'