Skip to content

Commit

Permalink
chore: export TooltipCfg (#1487)
Browse files Browse the repository at this point in the history
Co-authored-by: liufu.lf <[email protected]>
  • Loading branch information
lxfu1 and liufu.lf authored Aug 25, 2020
1 parent 820bee0 commit 3c7e9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ import {
Element,
Datum,
_ORIGIN,
TooltipCfg,
} from '../dependents';
import { LooseMap, Maybe } from './types';

export { TooltipCfg };
export interface Meta {
alias?: string;
formatter?: (v: any) => string;
Expand Down

0 comments on commit 3c7e9e9

Please sign in to comment.