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
*/
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 */