Files
med-notes/.pnpm-store/v10/files/88/24c53b1805c70ef010466dd740f0edddf955797d714a3eace48a1ca822484cf23b187576dd6090c92127f1eb372a8c561ec808e71299091aaf138eab81b83c
2025-05-09 05:30:08 +02:00

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>;