@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
7 lines (6 loc) • 374 B
TypeScript
/// <reference types="react" />
interface ResetZoomContainerProps {
$isHidden: boolean;
}
export declare const ResetZoomContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ResetZoomContainerProps>>;
export {};