UNPKG

react-native-cn-quill

Version:
3 lines (2 loc) 251 B
import type { CustomFont } from 'src/types'; export declare const editor_css: (editorId: string, containerId: string, color?: string, background?: string, placeholder?: string, fonts?: Array<CustomFont>, defaultFont?: string | undefined) => string;