UNPKG

@zhigang1992/babel-plugin-react-anonymous-display-name

Version:

Automatically add displayName properties to your React project.

8 lines (7 loc) 197 B
import * as babel from '@babel/core'; declare const _default: ({ types: t }: typeof babel) => babel.PluginObj<{ opts: { hocs?: string[] | undefined; }; }>; export default _default;