UNPKG
@ohayojp/util
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Universal toolset of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp/util
/
src
/
config
/
chart
/
chart.type.d.ts
7 lines
(6 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
NzSafeAny
}
from
'ng-zorro-antd/core/types'
;
export
interface
OhayoChartConfig
{
theme
?:
string
| { [
key
:
string
]:
NzSafeAny
; }; }