UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

7 lines (6 loc) 274 B
/** * Prefixes Tailwind utility class strings with the configured `theme.prefix`, * so static utility classes inside Nuxt UI components match the consumer's * Tailwind `prefix(...)` configuration. */ export declare function usePrefix(): (classString: string) => string;