fix(core): typedef: globalStyles should not be required in CmsWidgetParam (#4990)
This commit is contained in:
parent
f0a8b376a3
commit
8563fd6914
2
packages/netlify-cms-core/index.d.ts
vendored
2
packages/netlify-cms-core/index.d.ts
vendored
@ -429,7 +429,7 @@ declare module 'netlify-cms-core' {
|
||||
name: string;
|
||||
controlComponent: ComponentType<any>;
|
||||
previewComponent?: ComponentType<any>;
|
||||
globalStyles: any;
|
||||
globalStyles?: any;
|
||||
}
|
||||
|
||||
export interface CmsWidget {
|
||||
|
Loading…
x
Reference in New Issue
Block a user