fix(types): add missing List import to index.d.ts (#3843)
This commit is contained in:
parent
e16782409a
commit
43ef28b5dc
2
packages/netlify-cms-core/index.d.ts
vendored
2
packages/netlify-cms-core/index.d.ts
vendored
@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
declare module 'netlify-cms-core' {
|
declare module 'netlify-cms-core' {
|
||||||
import React, { ComponentType } from 'react';
|
import React, { ComponentType } from 'react';
|
||||||
import { Map } from 'immutable';
|
import { List, Map } from 'immutable';
|
||||||
|
|
||||||
export type CmsBackendType = 'git-gateway' | 'github' | 'gitlab' | 'bitbucket' | 'test-repo';
|
export type CmsBackendType = 'git-gateway' | 'github' | 'gitlab' | 'bitbucket' | 'test-repo';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user