refactor: introduce type-only imports (#5462)
This commit is contained in:
committed by
GitHub
parent
e4a29d5991
commit
fc07ce6854
2
packages/netlify-cms-app/index.d.ts
vendored
2
packages/netlify-cms-app/index.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
declare module 'netlify-cms-app' {
|
||||
import { CMS } from 'netlify-cms-core';
|
||||
import type { CMS } from 'netlify-cms-core';
|
||||
|
||||
export const NetlifyCmsApp: CMS;
|
||||
|
||||
|
Reference in New Issue
Block a user