@types/ink-text-input
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -7,3 +7,3 @@ // Type definitions for ink-text-input 2.0 | ||
import { Component } from 'ink'; | ||
import { Component } from "ink"; | ||
@@ -18,4 +18,4 @@ interface TextInputProps { | ||
declare class TextInput extends Component<TextInputProps> { } | ||
declare class TextInput extends Component<TextInputProps> {} | ||
export = TextInput; |
{ | ||
"name": "@types/ink-text-input", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for ink-text-input", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ink-text-input", | ||
}, | ||
"typesPublisherContentHash": "d17c337e528b9b644f009bddc567ef894a0ea3ca070479d676cdbac767a9f43f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7aa2aced6adfec2dced5c1b2f8d5903efd07068d48b096b1f309a920d4da2219", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -17,3 +17,3 @@ # Installation | ||
import { Component } from 'ink'; | ||
import { Component } from "ink"; | ||
@@ -28,3 +28,3 @@ interface TextInputProps { | ||
declare class TextInput extends Component<TextInputProps> { } | ||
declare class TextInput extends Component<TextInputProps> {} | ||
@@ -36,3 +36,3 @@ export = TextInput; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 14:23:14 GMT | ||
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT | ||
* Dependencies: [@types/ink](https://npmjs.com/package/@types/ink) | ||
@@ -39,0 +39,0 @@ * Global values: none |
3961