@wix/design-system
Version:
@wix/design-system
15 lines • 365 B
TypeScript
export declare const CHILD_SIZE: {
readonly small: "small";
readonly medium: "medium";
};
export declare const CHILD_WIDTH_RANGE: {
readonly small: {
readonly from: 198;
readonly to: 341;
};
readonly medium: {
readonly from: 342;
readonly to: 534;
};
};
//# sourceMappingURL=BounceAnimation.constants.d.ts.map