5 lines
131 B

export function HiddenListWait({ getTableList, type, run }: {
getTableList: any;
type: any;
run: any;
}): JSX.Element;