UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

6 lines (5 loc) 165 B
import type { PopTipAttributes } from './type'; export declare const DEFAULT_THEME: PopTipAttributes; export declare const theme: { poptip: PopTipAttributes; };