UNPKG

@nextcloud/vue

Version:
19 lines (18 loc) 631 B
type __VLS_Props = { /** * The name used in NcAppSidebar header. */ name: string; /** * Title to display for the name. */ title?: string; /** * Linkify the name. */ linkify?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { headerRef: HTMLHeadingElement; }, HTMLHeadingElement>; export default _default;