• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<FormHTMLAttributes<HTMLFormElement>, "is"> & { children: ReactNode } & RefAttributes<
          HTMLElement,
      >

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
Container: (
    props: {
        animated?: boolean;
        className?:
            | string
            | Evaluable
            | (undefined | null | string | false | 0 | Evaluable)[];
        htmlSize?: number;
        is?: ElementType;
        withRichContent?: boolean | "inlineWithoutBreaks";
    } & Partial<StylingProps> & Omit<
        AllHTMLAttributes<HTMLElement>,
        "ref" | "is" | "className" | "size" | "elevation",
    > & Omit<
        SVGAttributes<SVGElement>,
        "elevation" | (keyof AllHTMLAttributes<HTMLElement>),
    > & RefAttributes<any>,
) => Element = FormContainer

prefer using named imports

defaultProps?: Partial<
    Omit<FormHTMLAttributes<HTMLFormElement>, "is"> & {
        children: ReactNode;
    } & RefAttributes<HTMLElement>,
>
displayName?: string
Footer: ForwardRefExoticComponent<
    Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
        HTMLElement,
    >,
> = FormFooter

prefer using named imports

Header: ForwardRefExoticComponent<
    Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
        HTMLElement,
    >,
> = FormHeader

prefer using named imports

propTypes?: WeakValidationMap<
    Omit<FormHTMLAttributes<HTMLFormElement>, "is"> & {
        children: ReactNode;
    } & RefAttributes<HTMLElement>,
>
Steps: (
    __namedParameters: FormStepsProps,
) => ReactElement<any, string | JSXElementConstructor<any>> = FormSteps

prefer using named imports

Subtitle: ForwardRefExoticComponent<
    Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
        HTMLElement,
    >,
> = FormSubtitle

prefer using named imports

Title: ForwardRefExoticComponent<
    Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
        HTMLElement,
    >,
> = FormTitle

prefer using named imports