teableio/teable

View on GitHub
packages/sdk/src/context/table/ShareViewContext.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import type { ShareViewGetVo } from '@teable/openapi';
import React from 'react';

export const ShareViewContext = React.createContext<ShareViewGetVo>({} as ShareViewGetVo);