chore: add document and window to PreviewTemplateComponentProps type (#5447)
This commit is contained in:
parent
9b7032c792
commit
3749414502
2
packages/netlify-cms-core/index.d.ts
vendored
2
packages/netlify-cms-core/index.d.ts
vendored
@ -535,6 +535,8 @@ declare module 'netlify-cms-core' {
|
|||||||
config: Map<string, any>;
|
config: Map<string, any>;
|
||||||
fields: List<Map<string, any>>;
|
fields: List<Map<string, any>>;
|
||||||
isLoadingAsset: boolean;
|
isLoadingAsset: boolean;
|
||||||
|
window: Window;
|
||||||
|
document: Document;
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface CMS {
|
export interface CMS {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user