@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
12 lines • 597 B
TypeScript
import { LayoutProps } from '../shared/layoutConstants.js';
export declare const VerticalLayout: {
({ children }: LayoutProps): import("react/jsx-runtime").JSX.Element;
Body: <T>(props: import("../shared/layoutConstants.js").LayoutBodyProps<T> & {
ref?: import("react").ForwardedRef<HTMLDivElement>;
}) => import("react/jsx-runtime").JSX.Element;
Header: (_props: import("../shared/layoutConstants.js").LayoutHeaderProps & {
ref?: import("react").ForwardedRef<HTMLDivElement>;
}) => null;
displayName: string;
};
//# sourceMappingURL=VerticalLayout.d.ts.map