Sha256: aa8632b9ae1f1ab0f1dfead6adb5fa8742ce9658c48b6c661d4d2730269a1911

Contents?: true

Size: 546 Bytes

Versions: 2

Compression:

Stored size: 546 Bytes

Contents

import React from 'react';
import { GlobalProps } from '../utilities/globalProps';
declare type FlexItemPropTypes = {
    children: React.ReactNode[] | React.ReactNode;
    fixedSize?: string;
    grow?: boolean;
    shrink?: boolean;
    className?: string;
    order?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 'first' | 'none';
    alignSelf?: "start" | "end" | "center" | "stretch" | null;
    displayFlex?: boolean;
} & GlobalProps;
declare const FlexItem: (props: FlexItemPropTypes) => React.ReactElement;
export default FlexItem;

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_flex/_flex_item.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_flex/_flex_item.d.ts