UNPKG
@ant-design/compatible
Version:
latest (5.1.4)
v4-compatible-v3 (1.1.2)
v5-compatible-v4 (5.1.2)
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
5.0.0-alpha.2
5.0.0-alpha.1
1.1.2
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1-rc.1
0.0.1-rc.0
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Ant Design v3 to v4 compatible package
github.com/ant-design/compatible
ant-design/compatible
@ant-design/compatible
/
es
/
theme
/
index.d.ts
7 lines
(6 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
ThemeConfig
}
from
'antd/lib/config-provider/context'
;
import
defaultAlgorithm
from
'./default'
;
import
darkAlgorithm
from
'./dark'
;
export
{ defaultAlgorithm, darkAlgorithm };
export
declare
const
defaultTheme
:
ThemeConfig
;
export
declare
const
darkTheme
:
ThemeConfig
;