UNPKG

@nextcloud/vue

Version:
8 lines (7 loc) 246 B
/** * Get the next element id for use with HTML / CSS * * We can not be sure that the app has a prefix setup, * so we can use `useId` from Vue - so we need to use our own implementation. */ export declare function createElementId(): string;