UNPKG

@tresjs/leches

Version:

Tasty GUI for Vue controls 🍰

11 lines (10 loc) 537 B
import { LechesControlUnion } from '../types'; type __VLS_Props = { control: LechesControlUnion; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;