2 lines
101 B
TypeScript
2 lines
101 B
TypeScript
declare const rootShouldForwardProp: (prop: string) => boolean;
|
|
export default rootShouldForwardProp; |