Skip to content

Commit

Permalink
fix to deprecated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Sep 14, 2019
1 parent 0d59934 commit 3220cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/statusbar/src/deprecated.tsx
Expand Up @@ -25,7 +25,7 @@ const icon = (): NestedCSSProperties => {
};

/**
* A namespace for IconItem statics.
* (DEPRECATED) A namespace for IconItem statics.
*/
export namespace IconItem {
/**
Expand All @@ -40,7 +40,7 @@ export namespace IconItem {
}

/**
* A functional tsx component for an icon.
* (DEPRECATED) A functional tsx component for an icon.
*/
export function IconItem(
props: IconItem.IProps & React.HTMLAttributes<HTMLDivElement>
Expand Down

0 comments on commit 3220cf9

Please sign in to comment.