UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 641 B
export type { Factory, PolymorphicFactory } from './create-factory'; export { createPolymorphicComponent } from './create-polymorphic-component'; export type { PolymorphicComponentProps, PolymorphicRef } from './create-polymorphic-component'; export { factory, getWithProps } from './factory'; export type { ComponentClasses, ExtendComponent, FactoryComponentWithProps, FactoryPayload, MantineComponent, MantineComponentStaticProperties, ThemeExtend, } from './factory'; export { polymorphicFactory, type PolymorphicComponentWithProps } from './polymorphic-factory'; export type { MantinePolymorphicComponent } from './polymorphic-factory';