UNPKG

186 BJavaScriptView Raw
1import isHostComponent from "./isHostComponent.js";
2const shouldSpreadAdditionalProps = Slot => {
3 return !Slot || !isHostComponent(Slot);
4};
5export default shouldSpreadAdditionalProps;
\No newline at end of file