UNPKG

@daysnap/horn-ui

Version:

hron ui

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