@carbon/ibm-products
Version:
Carbon for IBM Products
10 lines • 323 B
TypeScript
/**
* Custom chart component used within Checklist PLG component
*/
export let ChecklistChart: React.ForwardRefExoticComponent<{
className?: string;
value: number;
theme?: import("./Checklist.types").Theme;
} & React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=ChecklistChart.d.ts.map