@daysnap/horn-ui
Version:
hron ui
16 lines (11 loc) • 447 B
text/typescript
import Component from './hor-license-plate-prefix.vue'
import { withInstall } from '../utils'
export * from './types'
export const HorLicensePlatePrefix = withInstall<typeof Component>(Component)
export default HorLicensePlatePrefix
export type HorLicensePlatePrefixInstance = InstanceType<typeof HorLicensePlatePrefix>
declare module 'vue' {
export interface GlobalComponents {
HorLicensePlatePrefix: typeof HorLicensePlatePrefix
}
}