fix(core): typedef: globalStyles should not be required in CmsWidgetParam (#4990)

This commit is contained in:
Derek Nguyen 2021-02-23 18:34:23 +09:00 committed by GitHub
parent f0a8b376a3
commit 8563fd6914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,7 +429,7 @@ declare module 'netlify-cms-core' {
name: string;
controlComponent: ComponentType<any>;
previewComponent?: ComponentType<any>;
globalStyles: any;
globalStyles?: any;
}
export interface CmsWidget {