4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
declare function shouldForwardProp(prop: string): boolean;
|
|
|
|
export { shouldForwardProp };
|