UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 312 B
import { ForwardedRef } from 'react'; import { LayoutBodyProps } from '../shared/layoutConstants.js'; export declare const VerticalLayoutBody: <T>(props: LayoutBodyProps<T> & { ref?: ForwardedRef<HTMLDivElement>; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VerticalLayoutBody.d.ts.map