Files
qqq-frontend-material-dashb…/src/types/react-kanban.d.ts
Tim Chamberlain 048e080b77 Initial checkin
2022-06-27 13:29:42 -05:00

5 lines
98 B
TypeScript

declare module "@asseinfo/react-kanban" {
const noTypesYet: any;
export default noTypesYet;
}