Files
wdi-dashboard/node_modules/@chakra-ui/system/dist/should-forward-prop.d.ts
2024-08-16 15:06:52 +05:30

4 lines
90 B
TypeScript

declare function shouldForwardProp(prop: string): boolean;
export { shouldForwardProp };