wix-style-react
Version:
wix-style-react
16 lines • 364 B
TypeScript
export namespace browserBarSizes {
let size9: string;
let size12: string;
let size18: string;
let size24: string;
}
export namespace dataHooks {
let browserBar: string;
let browserContent: string;
}
export namespace skins {
let neutral: string;
let gradient: string;
let custom: string;
}
//# sourceMappingURL=constants.d.ts.map