UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

10 lines (9 loc) 335 B
/// <reference types="react" /> export declare const MultipleSearchSelectionField: ({ field_state, placeholder, label, columnList, field_type, filter_selected }: { field_state: string; placeholder: string; label: string; columnList: any; field_type: string; filter_selected: string; }) => JSX.Element;