UNPKG

@agendize/design-system

Version:
34 lines 1.17 kB
import { CheckListProps } from "./viewModel"; declare const _default: import("vue").DefineComponent<CheckListProps, { checkField: (showError?: boolean, onMounted?: boolean) => { isValid: boolean; id: any; values: any; } | { isValid: boolean; id: any; values?: undefined; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { error: (item: any) => any; "update:modelValue": (items: string[]) => any; validated: (validation: { isValid: boolean; id: string; values: any; }) => any; }, string, import("vue").PublicProps, Readonly<CheckListProps> & Readonly<{ onError?: ((item: any) => any) | undefined; "onUpdate:modelValue"?: ((items: string[]) => any) | undefined; onValidated?: ((validation: { isValid: boolean; id: string; values: any; }) => any) | undefined; }>, { disabled: boolean; selectAll: boolean; sorted: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=View.vue.d.ts.map