UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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