Sha256: 53d0aa615c290e075f678e3c42c82c97f7e67fade0b426e5ef1976fbf49e2fae

Contents?: true

Size: 283 Bytes

Versions: 2

Compression:

Stored size: 283 Bytes

Contents

declare type FormGroupProps = {
    aria?: {
        [key: string]: string;
    };
    children?: Node;
    className?: string;
    data?: object;
    fullWidth?: boolean;
    id?: string;
};
declare const FormGroup: (props: FormGroupProps) => JSX.Element;
export default FormGroup;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_form_group/_form_group.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_form_group/_form_group.d.ts