Readonly
$$typeof
$$typeof: symbol
Container
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
Optional
defaultProps
defaultProps?: Partial<
Omit<FormHTMLAttributes<HTMLFormElement>, "is"> & {
children: ReactNode;
} & RefAttributes<HTMLElement>,
>
Optional
displayName
displayName?: string
Footer
Footer: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
> = FormFooter
Header
Header: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
> = FormHeader
Optional
propTypes
propTypes?: WeakValidationMap<
Omit<FormHTMLAttributes<HTMLFormElement>, "is"> & {
children: ReactNode;
} & RefAttributes<HTMLElement>,
>
Steps
Steps: (
__namedParameters: FormStepsProps,
) => ReactElement<any, string | JSXElementConstructor<any>> = FormSteps
Subtitle
Subtitle: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
> = FormSubtitle
Title
Title: ForwardRefExoticComponent<
Omit<FormHTMLAttributes<HTMLElement>, "is"> & { children: ReactNode } & RefAttributes<
HTMLElement,
>,
> = FormTitle
NOTE: Exotic components are not callable.