@wordpress/components
Version:
UI components for WordPress.
20 lines • 502 B
TypeScript
export declare const DROPDOWN_MOTION: Readonly<{
SLIDE_DISTANCE: 4;
SLIDE_DURATION: 200;
SLIDE_EASING: {
function: string;
args: readonly [0, 0, 0, 1];
};
FADE_DURATION: 80;
FADE_EASING: {
function: string;
};
}>;
export declare const DROPDOWN_MOTION_CSS: Readonly<{
SLIDE_DISTANCE: "4px";
SLIDE_DURATION: "200ms";
SLIDE_EASING: string;
FADE_DURATION: "80ms";
FADE_EASING: string;
}>;
//# sourceMappingURL=dropdown-motion.d.ts.map