Form: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLFormElement>, "is"> & {
children: ReactNode;
} & RefAttributes<HTMLElement>,
> & {
Container: (
props: Omit<BoxProps & RefAttributes<any>, "ref"> & {
ref?: null | ((instance: any) => void) | RefObject<any>;
},
) => Element;
Footer: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>;
Header: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>;
Steps: (__namedParameters: FormStepsProps) => ReactElement;
Subtitle: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>;
Title: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>;
}
Type declaration
Container: (
props: Omit<BoxProps & RefAttributes<any>, "ref"> & {
ref?: null | ((instance: any) => void) | RefObject<any>;
},
) => Element
Footer: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>
Header: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>
Steps: (__namedParameters: FormStepsProps) => ReactElement
Subtitle: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>
Title: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
>
Deprecated
prefer using named imports