payment-statistics/src/components/svg-icon/index.ts

10 lines
141 B
TypeScript

import SvgIcon from './SvgIcon.vue'
import type {SvgIconProps} from './SvgIcon.vue'
export {
SvgIcon
}
export type {
SvgIconProps
}