UNPKG

@agendize/design-system

Version:
14 lines 784 B
import { SegmentedButtonProps } from "./SegmentedButtonViewModel"; type __VLS_Props = SegmentedButtonProps; type __VLS_PublicProps = { 'activeOption'?: string | undefined; } & __VLS_Props; declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:activeOption": (value: string | undefined) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:activeOption"?: ((value: string | undefined) => any) | undefined; }>, { titleOnlyOnSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=SegmentedButton.vue.d.ts.map