diff --git a/src/components/utils/popover/components/popover-item/popover-item.types.ts b/src/components/utils/popover/components/popover-item/popover-item.types.ts index 9f701a50..8fa8d096 100644 --- a/src/components/utils/popover/components/popover-item/popover-item.types.ts +++ b/src/components/utils/popover/components/popover-item/popover-item.types.ts @@ -2,10 +2,10 @@ * Popover item types */ export enum PopoverItemType { - /** Default popover item */ + /** Regular item with icon, title and other properties */ Default = 'default', - /** Separator item*/ + /** Gray line used to separate items from each other */ Separator = 'separator', /** Item with custom html content */