@hhgtech/hhg-components
Version:
Hello Health Group common components
20 lines (19 loc) • 1.29 kB
TypeScript
/// <reference types="react" />
export declare const StyledDrawerComponent: import("@emotion/styled").StyledComponent<import("../drawerComponent").DrawerComponentProps & {
children?: import("react").ReactNode;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledDrawerBottomContent: import("@emotion/styled").StyledComponent<Omit<import("@radix-ui/react-dialog").DialogContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
theme?: import("@emotion/react").Theme;
} & {
isDragging?: boolean;
}, {}, {}>;
export declare const StyledDrawerBottomOverlay: import("@emotion/styled").StyledComponent<Omit<import("@radix-ui/react-dialog").DialogOverlayProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledDrawerBottomHandler: import("@emotion/styled").StyledComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
preventCycle?: boolean;
} & import("react").RefAttributes<HTMLDivElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;