UNPKG

tailwind-joy

Version:

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

4 lines (3 loc) 203 B
/// <reference types="react" /> import type { BaseVariants } from '../../base/types'; export declare const VariantColorContext: import("react").Context<Partial<Pick<BaseVariants, "color" | "variant">>>;