UNPKG
wx-gantt-store
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0-beta-3
2.0.0-beta-2
1.2.0
wx-gantt-store
/
dist
/
types
/
helpers
/
toolbarButtons.d.ts
11 lines
(10 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
IButtonConfig
{
id
?:
string
;
comp
:
string
;
text
?:
string
;
icon
?:
string
;
type
?:
string
;
menuText
?:
string
;
check
?:
(
params
:
any
) =>
boolean
; }
export
declare
const
defaultToolbarButtons
:
IButtonConfig
[];