UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

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