UNPKG

@figliolia/rn-donut-chart

Version:
8 lines (7 loc) 180 B
/// <reference types="react" /> export declare const Gradient: import("react").NamedExoticComponent<Props>; interface Props { label: string; colors: string[]; } export {};