Fix useSubspace typing issue (#87)

This commit is contained in:
acolytec3 2020-06-03 15:37:29 -04:00 committed by GitHub
parent c898a07fe6
commit 5fb93ae998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export const SubspaceProvider: React.Component<SubspaceProviderProps>;
export class observe extends React.Component<P> {}
export default function useSubspace(): Subspace;
export function useSubspace(): Subspace;
interface withSubspaceProps {
subspace: Subspace;