UNPKG

@datalayer/core

Version:
10 lines (9 loc) 282 B
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime"; /* * Copyright (c) 2023-2025 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. */ export const Placeholder = () => { return (_jsx(_Fragment, {})); }; export default Placeholder;