UNPKG

@agendize/design-system

Version:
16 lines 635 B
interface Props { actions: { id: string; icon: string; title: string; description: string; aria?: string; class?: string; action: () => void; }[]; } 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, { fav_main_button: HTMLButtonElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=FabButton.vue.d.ts.map