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