UNPKG

@fluentui/eslint-plugin

Version:

ESLint configuration and custom rules for Fluent UI

6 lines (4 loc) 131 B
import type { Context } from './types'; export const createContext = <T>(value: T): Context<T> => { return {} as Context<T>; };