UNPKG

react-styleguidist

Version:
6 lines (5 loc) 161 B
declare module 'acorn-jsx' { import { Parser } from 'acorn'; function acornJsx(): (BaseParser: typeof Parser) => typeof Parser; export = acornJsx; }