UNPKG

tailwindcss-3d

Version:

Add 3D transforms to your TailwindCSS project

7 lines (6 loc) 623 B
type RecordAny = Record<string, any>; export declare const axesModifier: <T extends RecordAny>(axes?: string | string[], silentModifier?: string) => (result: T, value: any, modifier: string) => void; export declare const nameModifier: <T extends RecordAny>(name?: string, silentModifier?: string) => (result: T, value: any, modifier: string) => void; export declare const signModifier: <T extends RecordAny>(signs?: string | string[]) => (result: T, value: any, modifier: string) => void; export declare const addDurationWithGravity: <T extends RecordAny>() => (result: T, value: any, modifier: string) => void; export {};