wix-style-react
Version:
wix-style-react
16 lines • 405 B
TypeScript
export namespace dataHooks {
let contentContainer: string;
let imageContainer: string;
let footerContainer: string;
}
export namespace horizontalSize {
let medium: string;
let large: string;
}
export namespace verticalSize {
let medium_1: string;
export { medium_1 as medium };
let large_1: string;
export { large_1 as large };
}
//# sourceMappingURL=constants.d.ts.map