UNPKG
jiro-ui
Version:
latest (0.0.2)
0.0.2
A Mithril.js UI library based from construct-ui
nenjotsu.github.io/jiro-ui
nenjotsu/jiro-ui
jiro-ui
/
lib
/
cjs
/
components
/
menu
/
MenuDivider.d.ts
5 lines
(4 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
import
m
from
'mithril'
;
export
declare
class
MenuDivider
implements
m.
Component
{
view
(): m.
Vnode
<
any
,
any
>; }