@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines (8 loc) • 423 B
TypeScript
import type { FloatingWindowFactory, FloatingWindowProps, FloatingWindowStylesNames } from './FloatingWindow';
export { FloatingWindow } from './FloatingWindow';
export type { FloatingWindowProps, FloatingWindowStylesNames, FloatingWindowFactory };
export declare namespace FloatingWindow {
type Props = FloatingWindowProps;
type StylesNames = FloatingWindowStylesNames;
type Factory = FloatingWindowFactory;
}