UNPKG

@nextcloud/vue

Version:
18 lines (17 loc) 786 B
type __VLS_Props = { /** * Set if the icon should be used as inline content e.g. within text. * By default the icon is made a block element for use inside `icon`-slots. */ inline?: boolean; /** * Size of the icon. * Defaults to the proper size to be used in buttons and other interactive elements * like all `Nc*` components with an icon slot. */ size?: number; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { size: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>; export default _default;