wix-style-react
Version:
wix-style-react
14 lines • 364 B
TypeScript
export const avatarColorList: string[];
export namespace avatarShapes {
let circle: string;
let square: string;
}
export namespace dataHooks {
let indication: string;
let customIndication: string;
let avatarCore: string;
let avatarWSR: string;
let loader: string;
let textContainer: string;
}
//# sourceMappingURL=constants.d.ts.map