@carbon/ibm-products
Version:
Carbon for IBM Products
10 lines • 326 B
TypeScript
/**
* TODO: A description of the component.
*/
export let ChecklistIcon: React.ForwardRefExoticComponent<{
className?: string;
kind?: import("./Checklist.types").Kind;
theme?: import("./Checklist.types").Theme;
} & React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=ChecklistIcon.d.ts.map