@wordpress/components
Version:
UI components for WordPress.
10 lines • 387 B
TypeScript
/**
* The z-index for ConfirmDialog is being set here instead of in
* packages/base-styles/_z-index.scss, because this component uses
* emotion instead of sass.
*
* ConfirmDialog needs this higher z-index to ensure it renders on top of
* any parent Popover component.
*/
export declare const wrapper: import("@emotion/utils").SerializedStyles;
//# sourceMappingURL=styles.d.ts.map