We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698a27c commit 0b488d3Copy full SHA for 0b488d3
.gitignore
@@ -26,4 +26,3 @@ lib
26
es
27
coverage
28
yarn.lock
29
-package-lock.json
src/index.tsx
@@ -43,7 +43,7 @@ const ALL_HANDLERS = [
43
];
44
45
export interface TriggerProps {
46
- children: React.ReactNode;
+ children: React.ReactElement;
47
action?: ActionType | ActionType[];
48
showAction?: ActionType[];
49
hideAction?: ActionType[];
0 commit comments