UNPKG

@tresjs/leches

Version:

Tasty GUI for Vue controls 🍰

12 lines (11 loc) 557 B
import { LechesControl } from '../types'; type __VLS_Props = { label: string; control: LechesControl; }; 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, {}, HTMLDivElement>; export default _default;