UNPKG

reaviz

Version:

Data Visualization using React

9 lines (7 loc) 201 B
import { FC } from 'react'; import { MaskProps } from './Mask'; export interface StripesProps extends MaskProps { id?: string; fill?: string; } export declare const Stripes: FC<StripesProps>;