@hhgtech/hhg-components
Version:
Hello Health Group common components
8 lines (7 loc) • 321 B
TypeScript
/// <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>;