@wordpress/components
Version:
UI components for WordPress.
3 lines • 315 B
TypeScript
import type { CustomGradientBarProps } from '../types';
export default function CustomGradientBar({ background, hasGradient, value: controlPoints, onChange, disableInserter, disableAlpha, __experimentalIsRenderedInSidebar, }: CustomGradientBarProps): import("react").JSX.Element;
//# sourceMappingURL=index.d.ts.map