UNPKG

128 BTypeScriptView Raw
1interface Props {
2 sources: string | string[];
3}
4export default function DefaultSource({ sources }: Props): null;
5export {};