UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

8 lines (7 loc) 262 B
import React from 'react'; import { ISingleAffix } from '../../../../../constants/single-style'; export interface IAffixProps { defaultStyle: IKeyValues; affix: ISingleAffix; } export default function Affix(props: IAffixProps): React.JSX.Element | null;