UNPKG

react-native-cn-quill

Version:
14 lines (13 loc) 275 B
import type { format } from '../types'; export declare enum formatType { toggle = 0, select = 1, color = 2, icon = 3 } export declare enum formatValueType { text = 0, icon = 1, color = 2 } export declare const formats: Array<format>;