UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

14 lines 581 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" | "caution" | undefined; isRequired: boolean; orientation: "vertical" | "horizontalEnd" | "horizontalStart"; }; events: {}; }>; //# sourceMappingURL=FormFieldGroupList.d.ts.map