UNPKG

hh-ui-components

Version:
6 lines 221 B
import React from "react"; export var NavList = function (props) { return React.createElement("li", { className: "group inline-block " }, props.children); }; export default NavList; //# sourceMappingURL=NavList.js.map