@nextcloud/vue
Version:
Nextcloud vue components
17 lines (16 loc) • 697 B
TypeScript
declare const _default: import('vue').DefineComponent<{
/** Whether the toggle switch is checked */
checked: boolean;
/** Size of the icon */
size?: number;
/** NcIconSvgWrapper's inline prop */
inline?: boolean;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
/** Whether the toggle switch is checked */
checked: boolean;
/** Size of the icon */
size?: number;
/** NcIconSvgWrapper's inline prop */
inline?: boolean;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
export default _default;