UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

14 lines 594 B
import { FlexProps } from '@workday/canvas-kit-react/layout'; import { CSProps } from '@workday/canvas-kit-styling'; export interface FormFieldGroupListProps extends CSProps, FlexProps { } export declare const FormFieldGroupList: import("@workday/canvas-kit-react/common").ElementComponentM<"div", FormFieldGroupListProps, { state: { id: string; error: "error" | "alert" | undefined; isRequired: boolean; orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart"; }; events: {}; }>; //# sourceMappingURL=FormFieldGroupList.d.ts.map