fix: .d.ts definitions for core and app (#2929)
* fix: .d.ts definitions for core and app * fix: updated ts types to match the schema
This commit is contained in:
7
packages/netlify-cms-app/index.d.ts
vendored
Normal file
7
packages/netlify-cms-app/index.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
declare module 'netlify-cms-app' {
|
||||
import { CMS } from 'netlify-cms-core';
|
||||
|
||||
export const NetlifyCmsApp: CMS;
|
||||
|
||||
export default NetlifyCmsApp;
|
||||
}
|
Reference in New Issue
Block a user