react-native-cn-quill
Version:
react-native quill richtext editor
34 lines (33 loc) • 626 B
TypeScript
declare const fullOptions: (string[] | {
size: (string | boolean)[];
}[] | {
header: number;
}[] | {
list: string;
}[] | {
script: string;
}[] | {
indent: string;
}[] | {
direction: string;
}[] | {
header: (number | boolean)[];
}[] | ({
color: never[];
background?: undefined;
} | {
background: never[];
color?: undefined;
})[] | {
font: never[];
}[] | {
align: never[];
}[])[];
declare const basicOptions: (string[] | {
header: number;
}[] | {
list: string;
}[] | {
align: never[];
}[])[];
export { fullOptions, basicOptions };