UNPKG

@carbon/ibm-products

Version:
10 lines 323 B
/** * 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