UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

11 lines 455 B
import { GetStylesApi } from '@mantine/core'; import { type RowLayoutFactory } from './RowLayout'; interface RowLayoutContextType { getStyles: GetStylesApi<RowLayoutFactory>; } export declare const RowLayoutProvider: ({ children, value }: { value: RowLayoutContextType; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element, useRowLayout: () => RowLayoutContextType; export {}; //# sourceMappingURL=RowLayoutContext.d.ts.map