mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-12-04 00:22:18 +08:00
19 lines
574 B
TypeScript
19 lines
574 B
TypeScript
// 导出所有自定义组件
|
|
export * from './RChart'
|
|
export * from './RCollapseGrid'
|
|
export * from './RIcon'
|
|
export * from './RIframe'
|
|
export * from './RModal'
|
|
export * from './RMoreDropdown'
|
|
export * from './RQRCode'
|
|
export * from './RTable'
|
|
export * from './RTransitionComponent'
|
|
|
|
// 导出自定义组件类型
|
|
export type * from './RChart/src/type'
|
|
export type * from './RCollapseGrid/src/type'
|
|
export type * from './RIframe/src/type'
|
|
export type * from './RQRCode/src/type'
|
|
export type * from './RTable/src/type'
|
|
export type * from './RTransitionComponent/src/type'
|