Skip to content

Commit

Permalink
HDS-3800 Delete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinLBradley committed Sep 18, 2024
1 parent bafe85e commit cb2cb46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { HdsInteractiveSignature } from '../../interactive';
export interface HdsAppSideNavListLinkSignature {
Args: HdsInteractiveSignature['Args'] & {
icon?: HdsIconSignature['Args']['name'];
iconColor?: string; // TODO: Document in API web docs
iconColor?: string;
text?: string;
badge?: string;
count?: string;
Expand Down

0 comments on commit cb2cb46

Please sign in to comment.