UNPKG

396 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3export const GalleryItem = (_a) => {
4 var { children = null, component = 'div' } = _a, props = __rest(_a, ["children", "component"]);
5 const Component = component;
6 return React.createElement(Component, Object.assign({}, props), children);
7};
8GalleryItem.displayName = 'GalleryItem';
9//# sourceMappingURL=GalleryItem.js.map
\No newline at end of file