UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

5 lines (4 loc) 184 B
export { default as list } from './list'; export { default as listAll } from './listAll'; export { default as details } from './details'; export { default as create } from './create';