rootShouldForwardProp.d.ts 101 Bytes
declare const rootShouldForwardProp: (prop: string) => boolean;
export default rootShouldForwardProp;