@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
10 lines (9 loc) • 500 B
TypeScript
import type { OverflowListCssVariables, OverflowListFactory, OverflowListProps, OverflowListStylesNames } from './OverflowList';
export { OverflowList } from './OverflowList';
export type { OverflowListProps, OverflowListFactory, OverflowListStylesNames, OverflowListCssVariables, };
export declare namespace OverflowList {
type Props = OverflowListProps;
type Factory = OverflowListFactory;
type StylesNames = OverflowListStylesNames;
type CssVariables = OverflowListCssVariables;
}