/// import type { EngineApisType } from '@lingxiteam/types'; import { LiquidfillProps } from '@lingxiteam/charts-common'; export default interface LXLiquidfillProps extends LiquidfillProps { visible?: boolean; className?: string; style?: React.CSSProperties; getEngineApis?: () => EngineApisType; backgroundType?: any; }