Files

2 lines
100 B
TypeScript

declare function slotShouldForwardProp(prop: string): boolean;
export default slotShouldForwardProp;