UNPKG

104 BTypeScriptView Raw
1import React from 'react';
2declare const context: React.Context<string | null>;
3export default context;