UNPKG

@daysnap/horn-ui

Version:

hron ui

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