UNPKG

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