@hhgtech/hhg-components
Version:
Hello Health Group common components
16 lines (15 loc) • 887 B
TypeScript
/// <reference types="react" />
export declare const StyledPopupFrame: import("@emotion/styled").StyledComponent<import("../../popupFrame").Props & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledInput: import("@emotion/styled").StyledComponent<Omit<import("@mantine/core").TextInputProps, "onChange" | "value"> & {
value?: string;
onChange?(value: string): void;
onChangeRaw?(e: import("react").ChangeEvent<HTMLInputElement>): void;
} & import("react").RefAttributes<HTMLInputElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyleWrapperInfo: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;