UNPKG

@ohayojp/util

Version:

Universal toolset of ohayojp.

7 lines (6 loc) 162 B
import { NzSafeAny } from 'ng-zorro-antd/core/types'; export interface OhayoChartConfig { theme?: string | { [key: string]: NzSafeAny; }; }