UNPKG

105 BTypeScriptView Raw
1interface Props {
2 uri: string;
3}
4export default function ReportUri({ uri }: Props): null;
5export {};