5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
// Needed for projects with `moduleResolution: 'node'`
|
|
import catalogLoader from '../dist/types/plugin/catalog/catalogLoader.d.ts';
|
|
|
|
export default catalogLoader;
|