UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

7 lines (6 loc) 219 B
import React from 'react'; import SingleValueStore from '../store'; export interface ITrendViewProps { store: SingleValueStore; } export default function TrendView(props: ITrendViewProps): React.JSX.Element | null;