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