@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
10 lines (9 loc) • 419 B
TypeScript
import type { OverlayCssVariables, OverlayFactory, OverlayProps, OverlayStylesNames } from './Overlay';
export { Overlay } from './Overlay';
export type { OverlayProps, OverlayStylesNames, OverlayFactory, OverlayCssVariables };
export declare namespace Overlay {
type Props = OverlayProps;
type StylesNames = OverlayStylesNames;
type Factory = OverlayFactory;
type CssVariables = OverlayCssVariables;
}