UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

10 lines (9 loc) 283 B
/** * 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';