wix-style-react
Version:
wix-style-react
16 lines • 404 B
TypeScript
export namespace dataHooks {
let overlineContainer: string;
let overline: string;
let titleContainer: string;
let title: string;
let subtitleContainer: string;
let subtitle: string;
let contentContainer: string;
let content: string;
let actions: string;
}
export namespace size {
let medium: string;
let large: string;
}
//# sourceMappingURL=constants.d.ts.map