UNPKG

react-native-cn-quill

Version:
3 lines (2 loc) 318 B
import type { ColorListData, TextListData, ToggleData } from '../types'; export declare const getToolbarData: (options: Array<Array<string | object> | string | object>, customIcons?: Record<string, any> | undefined, defaultFontFamily?: string | undefined) => Array<Array<ToggleData | TextListData | ColorListData>>;