UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

5 lines (4 loc) 143 B
/** * Generate an SSR-friendly unique identifier that can be passed to accessibility attributes. */ export declare function useId(): string;