@wix/design-system
Version:
@wix/design-system
19 lines • 915 B
TypeScript
export declare const dataHooks: {
readonly baseModalLayout: "baseModalLayout";
readonly closeButton: "baseModalLayout-close-button";
readonly helpButton: "baseModalLayout-help-button";
readonly headerTitle: "baseModalLayout-title";
readonly headerSubtitle: "baseModalLayout-subtitle";
readonly contentWrapper: "baseModalLayout-content-wrapper";
readonly footerDivider: "baseModalLayout-footer-divider";
readonly primaryButtonTooltip: "baseModalLayout-footer-primaryButtonTooltip";
readonly footerSideActions: "baseModalLayout-side-actions";
readonly footerPrimaryButton: "baseModalLayout-primary-button";
readonly footerSecondaryButton: "baseModalLayout-secondary-button";
readonly illustrationSrc: "baseModalLayout-illustration-src";
};
export declare const labels: {
readonly help: "Help";
readonly close: "Close";
};
//# sourceMappingURL=constants.d.ts.map