UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 321 B
/// <reference types="react" /> import { MantineSize } from '@mantine/core'; import { SharingProps } from "./types"; export type HealthToolDefaultLayoutType = { inputSize: MantineSize; } & SharingProps; export declare const HealthToolDefaultLayoutContext: import("react").Context<HealthToolDefaultLayoutType>;