UNPKG

seti-ramesesv1

Version:

Reusable components and context for Next.js apps

7 lines (4 loc) 250 B
import slotShouldForwardProp from './slotShouldForwardProp.js'; const rootShouldForwardProp = prop => slotShouldForwardProp(prop) && prop !== 'classes'; export { rootShouldForwardProp as default }; //# sourceMappingURL=rootShouldForwardProp.js.map