@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
7 lines (6 loc) • 500 B
TypeScript
export { factory, getWithProps } from './factory';
export { polymorphicFactory } from './polymorphic-factory';
export { createPolymorphicComponent } from './create-polymorphic-component';
export type { FactoryPayload, ExtendComponent, MantineComponent, MantineComponentStaticProperties, FactoryComponentWithProps, } from './factory';
export type { PolymorphicComponentProps, PolymorphicRef } from './create-polymorphic-component';
export type { Factory, PolymorphicFactory } from './create-factory';