UNPKG

@nextcloud/vue

Version:
23 lines (22 loc) 954 B
type __VLS_Props = { /** * Set the user id to fetch the status */ user?: string; /** * Set the `aria-hidden` attribute */ ariaHidden?: boolean | 'true' | 'false'; }; type __VLS_PublicProps = { 'status'?: 'online' | 'away' | 'busy' | 'dnd' | 'invisible' | 'offline'; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:status": (value: "offline" | "online" | "invisible" | "away" | "busy" | "dnd") => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:status"?: ((value: "offline" | "online" | "invisible" | "away" | "busy" | "dnd") => any) | undefined; }>, { ariaHidden: boolean | "true" | "false"; user: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;