UNPKG

@react-page-plugins/slate-table

Version:
15 lines 564 B
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