UNPKG

@wix/design-system

Version:

@wix/design-system

23 lines 651 B
export declare const DIRECTION: { readonly horizontal: "horizontal"; readonly vertical: "vertical"; }; export declare const HORIZONTAL_ALIGNMENT: { readonly left: "left"; readonly center: "center"; readonly right: "right"; readonly 'space-between': "space-between"; }; export declare const VERTICAL_ALIGNMENT: { readonly top: "top"; readonly middle: "middle"; readonly bottom: "bottom"; readonly 'space-between': "space-between"; }; export declare const SPACING: { readonly tiny: any; readonly small: any; readonly medium: any; readonly large: any; }; //# sourceMappingURL=Box.constants.d.ts.map