@tresjs/leches
Version:
Tasty GUI for Vue controls 🍰
12 lines (11 loc) • 571 B
TypeScript
import { LechesBooleanControl } from '../types';
type __VLS_Props = {
label: string;
control: LechesBooleanControl;
};
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;