Files

3 lines
102 B
TypeScript
Raw Permalink Normal View History

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