@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
16 lines • 567 B
TypeScript
import { Icon as IconType } from '@coveord/plasma-react-icons';
import { CompoundStylesApiProps, Factory } from '@mantine/core';
export interface RowLayoutIconProps extends CompoundStylesApiProps<RowLayoutIconFactory> {
icon: IconType;
}
export type RowLayoutIconFactory = Factory<{
props: RowLayoutIconProps;
ref: SVGSVGElement;
compound: true;
}>;
export declare const RowLayoutIcon: import("@mantine/core").MantineComponent<{
props: RowLayoutIconProps;
ref: SVGSVGElement;
compound: true;
}>;
//# sourceMappingURL=RowLayoutIcon.d.ts.map