9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
import * as React from 'react';
|
|
export declare const Match: React.NamedExoticComponent<{
|
|
matchId: string;
|
|
}>;
|
|
export declare const MatchInner: React.NamedExoticComponent<{
|
|
matchId: string;
|
|
}>;
|
|
export declare const Outlet: React.NamedExoticComponent<object>;
|