UNPKG

tailwind-joy

Version:

React component library that styles the components of Joy UI in the Tailwind CSS way.

6 lines (5 loc) 271 B
export declare const r: (template: { raw: readonly string[] | ArrayLike<string>; }, ...substitutions: any[]) => string; export declare const twMerge: (...classLists: import("tailwind-merge").ClassNameValue[]) => string; export declare function useUniqueId(): string;