Files

2 lines
101 B
TypeScript

declare const rootShouldForwardProp: (prop: string) => boolean;
export default rootShouldForwardProp;