UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

11 lines (10 loc) 136 B
/** * @flow */ export default function JSXTextMock(value: string) { return { type: 'JSXText', value, raw: value, }; }