UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 287 B
import type { ThemeIconCssVariables, ThemeIconFactory, ThemeIconProps, ThemeIconStylesNames, ThemeIconVariant } from './ThemeIcon'; export { ThemeIcon } from './ThemeIcon'; export type { ThemeIconProps, ThemeIconStylesNames, ThemeIconFactory, ThemeIconVariant, ThemeIconCssVariables, };