4 lines
177 B
Plaintext
4 lines
177 B
Plaintext
import * as React from 'react';
|
|
export declare const matchContext: React.Context<string | undefined>;
|
|
export declare const dummyMatchContext: React.Context<string | undefined>;
|