match - Add css match functions with basic test cases

This commit is contained in:
2019-09-20 11:27:55 +05:30
parent 051bb1f543
commit c47a4dddbd
3 changed files with 180 additions and 15 deletions
+4
View File
@@ -4,6 +4,7 @@ import {
findNodeByComponentRef,
findNodeByComponentName
} from "./findNode";
import { matchGenerator, matchAll, matchFirst } from "./match";
import * as Utils from "./utils";
export {
@@ -12,5 +13,8 @@ export {
findNodeByComponent,
findNodeByComponentRef,
findNodeByComponentName,
matchGenerator,
matchAll,
matchFirst,
Utils
};