UNPKG

@wordpress/components

Version:
14 lines (13 loc) 399 B
// packages/components/src/color-picker/legacy-adapter.tsx import ColorPicker from "./component"; import { useDeprecatedProps } from "./use-deprecated-props"; import { jsx as _jsx } from "react/jsx-runtime"; var LegacyAdapter = (props) => { return /* @__PURE__ */ _jsx(ColorPicker, { ...useDeprecatedProps(props) }); }; export { LegacyAdapter }; //# sourceMappingURL=legacy-adapter.js.map