@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
4 lines • 312 B
TypeScript
import { ExtendComponent, FactoryPayload, MantineThemeComponent } from '@mantine/core';
export declare const identity: <T>(value: T) => T;
export type CustomComponentThemeExtend<T extends FactoryPayload> = (props: ExtendComponent<T>) => MantineThemeComponent;
//# sourceMappingURL=createFactoryComponent.d.ts.map