@agendize/vue-calendar
Version:
Agendize Vue Calendar Component
11 lines (10 loc) • 487 B
TypeScript
interface Props {
icons?: {
classes: string;
tooltip: string;
id?: string;
tooltipPosition?: 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, {}, HTMLSpanElement>;
export default _default;