teableio/teable

View on GitHub
packages/sdk/src/context/aggregation/GroupPointContext.ts

Summary

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

export const GroupPointContext = React.createContext<IGroupPointsVo | null>(null);