mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
declare module "@asseinfo/react-kanban" {
|
|
const noTypesYet: any;
|
|
export default noTypesYet;
|
|
}
|