UNPKG

@wordpress/components

Version:
6 lines 226 B
/// <reference types="react" /> export default function CustomDuotoneBar({ value, onChange, }: { value?: string[]; onChange: (value?: string[]) => void; }): JSX.Element; //# sourceMappingURL=custom-duotone-bar.d.ts.map