UNPKG

@gechiui/components

Version:
11 lines (10 loc) 333 B
import { createElement } from "@gechiui/element"; /** * Internal dependencies */ import ColorPicker from './component'; import { useDeprecatedProps } from './use-deprecated-props'; export const LegacyAdapter = props => { return createElement(ColorPicker, useDeprecatedProps(props)); }; //# sourceMappingURL=legacy-adapter.js.map