Sha256: d285f1834eb516f9c35147eae5f2f4cfd4ee31b69efed998ea8f1ee2a003d32e

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

import { SelectValueType } from '../_typeahead';
declare type Props = {
    data: SelectValueType;
    multiValueTemplate: any;
    removeProps: any;
    selectProps: any;
};
declare const MultiValue: (props: Props) => JSX.Element;
export default MultiValue;

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_typeahead/components/MultiValue.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_typeahead/components/MultiValue.d.ts