mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-28 01:40:02 +08:00
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
import RIcon from './src'
|
|
import iconProps from './src/props'
|
|
|
|
import type { ExtractPublicPropTypes } from 'vue'
|
|
|
|
export type IconProps = ExtractPublicPropTypes<typeof iconProps>
|
|
|
|
export { RIcon, iconProps }
|