UNPKG

react-kiwi-dropdown

Version:

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

9 lines (6 loc) 206 B
// const printAST = require('ast-pretty-print') const {createMacro, MacroError} = require('../../') module.exports = createMacro(evalMacro) function evalMacro() { throw new MacroError('very helpful') }