UNPKG

tailwind-joy

Version:

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

5 lines (4 loc) 237 B
export declare function isTailwindVersion4(): boolean; export declare function excludeClassName<T extends Record<string, unknown>>(slotProps: T): { [K in keyof T]: T[K] extends infer R ? Omit<NonNullable<R>, 'className'> : never; };