swc/crates/swc_ecma_lints/tests/pass/issue-3848/1/input.ts

3 lines
113 B
TypeScript
Raw Normal View History

import { Context, createContext } from "react";
export const Context: Context<null> = createContext<null>(null);