@types/filestack-react
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -6,6 +6,6 @@ // Type definitions for filestack-react 4.0 | ||
import * as React from 'react'; | ||
import { ClientOptions, PickerFileMetadata, PickerOptions } from 'filestack-js'; | ||
import { ClientOptions, PickerFileMetadata, PickerOptions } from "filestack-js"; | ||
import * as React from "react"; | ||
export * as client from 'filestack-js'; | ||
export * as client from "filestack-js"; | ||
@@ -12,0 +12,0 @@ interface PickerBaseProps { |
{ | ||
"name": "@types/filestack-react", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for filestack-react", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filestack-react", | ||
}, | ||
"typesPublisherContentHash": "c66f7311aa71bc664ad4199a8eb3632107ddc849a236cd63afe23ff516d4093c", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "16bfd395d5c90da34c58566aac804b9ac579b1819ab3ee46e5f1396e4943f795", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -16,6 +16,6 @@ # Installation | ||
import * as React from 'react'; | ||
import { ClientOptions, PickerFileMetadata, PickerOptions } from 'filestack-js'; | ||
import { ClientOptions, PickerFileMetadata, PickerOptions } from "filestack-js"; | ||
import * as React from "react"; | ||
export * as client from 'filestack-js'; | ||
export * as client from "filestack-js"; | ||
@@ -60,3 +60,3 @@ interface PickerBaseProps { | ||
### Additional Details | ||
* Last updated: Tue, 27 Sep 2022 22:32:57 GMT | ||
* Last updated: Thu, 14 Sep 2023 15:26:41 GMT | ||
* Dependencies: [@types/filestack-js](https://npmjs.com/package/@types/filestack-js), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -63,0 +63,0 @@ * Global values: none |