UNPKG

phx-react

Version:

PHX REACT

6 lines 229 B
import React from 'react'; const WrapSection = ({ children }) => { return React.createElement("div", { className: 'divide-y divide-gray-200' }, children); }; export default WrapSection; //# sourceMappingURL=WrapSection.js.map