UNPKG

@daysnap/horn-ui

Version:

hron ui

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