UNPKG

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