default: {
    theme: {
        ltr: string;
        paragraph: string;
        placeholder: string;
        rtl: string;
    };
    onError(error: any): never;
} = ...

Type declaration

  • theme: {
        ltr: string;
        paragraph: string;
        placeholder: string;
        rtl: string;
    }
    • ltr: string
    • paragraph: string
    • placeholder: string
    • rtl: string
  • onError:function

Generated using TypeDoc