@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 412 B
JavaScript
import { __rest } from "tslib";
import { jsx as _jsx } from "react/jsx-runtime";
export const GalleryItem = (_a) => {
var { children = null, component = 'div' } = _a, props = __rest(_a, ["children", "component"]);
const Component = component;
return _jsx(Component, Object.assign({}, props, { children: children }));
};
GalleryItem.displayName = 'GalleryItem';
//# sourceMappingURL=GalleryItem.js.map