UNPKG

babel-plugin-react-native-testid

Version:

babel plugin for react native testid attributes

11 lines (10 loc) 280 B
import { PluginObj } from '@babel/core'; export declare type State = { opts: { attributes?: string[]; delimiter?: string; ignoreElements?: string[]; meaningfulAttributes?: string[]; }; }; export default function plugin(): PluginObj<State>;