@wix/design-system
Version:
@wix/design-system
16 lines • 515 B
TypeScript
export declare const BROWSER_BAR_SIZES: {
readonly size9: "size9";
readonly size12: "size12";
readonly size18: "size18";
readonly size24: "size24";
};
export declare const DATA_HOOKS: {
readonly browserBar: "browser-preview-widget-bar";
readonly browserContent: "browser-preview-widget-content";
};
export declare const SKINS: {
readonly neutral: "neutral";
readonly gradient: "gradient";
readonly custom: "custom";
};
//# sourceMappingURL=BrowserPreviewWidget.constants.d.ts.map