@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
11 lines (10 loc) • 525 B
TypeScript
import type { ThemeIconCssVariables, ThemeIconFactory, ThemeIconProps, ThemeIconStylesNames, ThemeIconVariant } from './ThemeIcon';
export { ThemeIcon } from './ThemeIcon';
export type { ThemeIconProps, ThemeIconStylesNames, ThemeIconFactory, ThemeIconVariant, ThemeIconCssVariables, };
export declare namespace ThemeIcon {
type Props = ThemeIconProps;
type StylesNames = ThemeIconStylesNames;
type Factory = ThemeIconFactory;
type Variant = ThemeIconVariant;
type CssVariables = ThemeIconCssVariables;
}