@react-page-plugins/slate-table
Version:
react-page plugin for slate table
15 lines • 564 B
TypeScript
import React from 'react';
export declare const ColorPickerField: ({ label, initialValue, onChange, onBlur }: {
label: any;
initialValue?: string;
onChange?: (...args: any[]) => void;
onBlur?: (...args: any[]) => void;
}) => JSX.Element;
declare const _default: React.MemoExoticComponent<({ label, initialValue, onChange, onBlur }: {
label: any;
initialValue?: string;
onChange?: (...args: any[]) => void;
onBlur?: (...args: any[]) => void;
}) => JSX.Element>;
export default _default;
//# sourceMappingURL=ColorPickerField.d.ts.map