UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

10 lines (9 loc) 279 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';