Update jsdoc

This commit is contained in:
Tanya Fomina 2024-05-04 17:57:14 +03:00
parent 11e6a3c4a9
commit 16fd53151b

View file

@ -2,10 +2,10 @@
* Popover item types * Popover item types
*/ */
export enum PopoverItemType { export enum PopoverItemType {
/** Default popover item */ /** Regular item with icon, title and other properties */
Default = 'default', Default = 'default',
/** Separator item*/ /** Gray line used to separate items from each other */
Separator = 'separator', Separator = 'separator',
/** Item with custom html content */ /** Item with custom html content */