UNPKG
owl-rich-table
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
富文本编辑表格,react组件
owl-rich-table
/
es
/
context
/
TableWorkLoopContext.d.ts
8 lines
(7 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
import
type
TableDispatch
from
'../utils/dispatch'
;
export
interface
TableWorkLoopContextType
{
dispatch
?:
TableDispatch
; }
declare
const
TableWorkLoopContext
:
import
(
"react"
).
Context
<
TableWorkLoopContextType
>;
export
default
TableWorkLoopContext
;