UNPKG

@daysnap/horn-ui

Version:

hron ui

16 lines (11 loc) 354 B
import Component from './hor-field.vue' import { withInstall } from '../utils' export * from './types' export const HorField = withInstall<typeof Component>(Component) export default HorField export type HorFieldInstance = InstanceType<typeof HorField> declare module 'vue' { export interface GlobalComponents { HorField: typeof HorField } }