UNPKG

wix-style-react

Version:
9 lines 241 B
import * as React from 'react'; export interface ArcProps { value: number; strokeWidth: number; size: number; className: string; } export declare const Arc: React.FunctionComponent<ArcProps>; //# sourceMappingURL=Arc.d.ts.map