Text: {
    prototype: Text;
    new (data?: string): Text;
}

Type declaration

    • new (data?: string): Text
    • Parameters

      • Optional data: string

      Returns Text

  • prototype: Text