UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

15 lines (14 loc) 370 B
import * as React from 'react'; export interface BarClipPathProps { maskId: string; borderRadius?: number; hasNegative: boolean; hasPositive: boolean; layout?: 'vertical' | 'horizontal'; style: {}; } /** * @ignore - internal component. */ declare function BarClipPath(props: BarClipPathProps): React.JSX.Element | null; export { BarClipPath };