tailwind-joy
Version:
React component library that styles the components of Joy UI in the Tailwind CSS way.
5 lines (4 loc) • 332 B
text/typescript
export declare function marginBlock(isTailwind4: boolean, value: string): string;
export declare function marginInline(isTailwind4: boolean, value: string): string;
export declare function paddingBlock(isTailwind4: boolean, value: string): string;
export declare function paddingInline(isTailwind4: boolean, value: string): string;