UNPKG
babel-plugin-react-native-testid
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
babel plugin for react native testid attributes
babel-plugin-react-native-testid
/
dest
/
index.d.ts
11 lines
(10 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
PluginObj
}
from
'@babel/core'
;
export
declare
type
State
= {
opts
: {
attributes
?:
string
[];
delimiter
?:
string
;
ignoreElements
?:
string
[];
meaningfulAttributes
?:
string
[]; }; };
export
default
function
plugin
(
):
PluginObj
<
State
>;