@agendize/design-system
Version:
Agendize web design system
15 lines • 586 B
TypeScript
interface Props {
id: string;
label: string;
values: {
label: string;
value: string;
values?: {
label: string;
value: string;
}[];
}[];
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=View.vue.d.ts.map