UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

8 lines 321 B
import { __rest } from "tslib"; import * as React from 'react'; export const LevelItem = (_a) => { var { children = null } = _a, props = __rest(_a, ["children"]); return (React.createElement("div", Object.assign({}, props), children)); }; LevelItem.displayName = 'LevelItem'; //# sourceMappingURL=LevelItem.js.map