UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

5 lines 138 B
import * as React from 'react'; const defaultValue = { variant: 'body' }; export const TableContext = React.createContext(defaultValue);