@hhgtech/hhg-components
Version:
Hello Health Group common components
10 lines (9 loc) • 464 B
TypeScript
/// <reference types="react" />
export declare const StyledBabyGrowthChooseProfileDrawer: import("@emotion/styled").StyledComponent<import("../../atoms/drawer").DrawerProps & {
children?: import("react").ReactNode;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledModal: import("@emotion/styled").StyledComponent<import("../../molecules/modal").Props & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;