tdc-js-modules
Version:
6 lines • 425 B
TypeScript
import { ColumnType } from './ColumnT';
import { UseQueryReturnT, UseQueryT, UseQueryConfigT } from './UseQuery';
import { UsePostReturnType, UsePostConfigType } from './usePost';
import { UseGetReturnType, UseFetchConfigType } from './useGet';
export { ColumnType, UseQueryReturnT, UseQueryT, UseQueryConfigT, UseGetReturnType, UseFetchConfigType, UsePostReturnType, UsePostConfigType, };
//# sourceMappingURL=index.d.ts.map