UNPKG

@hhgtech/hhg-components

Version:
33 lines (32 loc) 1.86 kB
/// <reference types="react" /> export declare const StyledCollectPhoneForm: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType<any>; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StyledButton: import("@emotion/styled").StyledComponent<{ variant?: "error" | "primary" | "secondary" | "tertiary" | "light" | "ghost" | "white" | "success"; skipHover?: boolean; theme?: "helloSites" | "marryBaby"; } & Omit<import("@mantine/core").ButtonProps, "variant"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("../../../types").DataTrackingType & import("react").RefAttributes<unknown> & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledDrawerBottom: import("@emotion/styled").StyledComponent<{ isOpen: boolean; isMobile: boolean; onClose: () => void; overlayClassName?: string; contentClassName?: string; handlerClassName?: string; isLinear?: boolean; onOpenChange?: (isOpen: boolean) => void; } & Omit<import("@mantine/core").ModalProps, "opened"> & Omit<import("vaul").DialogProps, "open"> & { children?: import("react").ReactNode; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledPhone: import("@emotion/styled").StyledComponent<Omit<import("../../../mantine").PhoneProps, "ref"> & import("react").RefAttributes<import("react").Ref<unknown>> & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledInputWrapper: import("@emotion/styled").StyledComponent<import("@mantine/core").InputWrapperProps & import("react").RefAttributes<HTMLDivElement> & { theme?: import("@emotion/react").Theme; }, {}, {}>;