UNPKG

@daysnap/horn-ui

Version:

hron ui

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