UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 284 B
import type { OverflowListCssVariables, OverflowListFactory, OverflowListProps, OverflowListStylesNames } from './OverflowList'; export { OverflowList } from './OverflowList'; export type { OverflowListProps, OverflowListFactory, OverflowListStylesNames, OverflowListCssVariables, };