UNPKG

react-kiwi-dropdown

Version:

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

13 lines (10 loc) 227 B
/** * @flow */ import IdentifierMock from './IdentifierMock'; export default function JSXSpreadAttributeMock(identifier: string) { return { type: 'JSXSpreadAttribute', argument: IdentifierMock(identifier), }; }