We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf3c19 commit e911b9aCopy full SHA for e911b9a
src/index.d.ts
@@ -5,10 +5,6 @@ type FilestackAction = 'transform' | 'retrieve' | 'metadata' | 'storeUrl' | 'upl
5
6
type ComponentDisplayModeType = 'button' | 'link' | 'immediate';
7
8
-interface FilestackResult {}
9
-
10
-// interface FilestackError {}
11
12
interface Props {
13
apikey: string;
14
action?: FilestackAction;
0 commit comments