UNPKG
dumi-theme-mobile
Version:
latest (2.3.5)
latest-1 (1.1.27)
next (2.3.0-rc.0)
pre (1.1.26)
2.3.5
2.3.0
2.3.0-rc.0
2.1.2
2.1.1
2.1.1-alpha.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.27
1.1.26
1.1.25
1.1.24
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.12-alpha.0
1.1.11
1.1.10
1.1.10-alpha.1
1.1.10-alpha.0
1.1.9
1.1.8
1.1.8-alpha.2
1.1.8-alpha.1
1.1.8-alpha.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
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
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
1.0.0-alpha.1
1.0.0-alpha.0
dumi-theme-mobile
github.com/umijs/dumi/tree/master/suites/theme-mobile
umijs/dumi
dumi-theme-mobile
/
dist
/
layouts
/
DemoLayout.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
'./DemoLayout.less'
;
export
declare
const
ROUTE_MSG_TYPE
=
"dumi:update-iframe-route"
;
declare
const
MobileDemoLayout
:
React
.
FC
;
export
default
MobileDemoLayout
;