UNPKG

@daysnap/horn-ui

Version:

hron ui

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