@websolutespa/payload-plugin-bowl
Version:
Bowl PayloadCms plugin of the BOM Repository
17 lines (16 loc) • 512 B
JavaScript
'use client';
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
import { DefaultListView } from '@payloadcms/ui';
import React from 'react';
export const DecoratedList = ({ props, before, after })=>{
return /*#__PURE__*/ _jsxs(_Fragment, {
children: [
before && before,
/*#__PURE__*/ _jsx(DefaultListView, {
...props
}),
after && after
]
});
};
//# sourceMappingURL=DecoratedList.js.map