.d.ts updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-03 11:18:55 +03:00
parent f2024af40d
commit 95d3740f63
46 changed files with 396 additions and 380 deletions

View file

@ -22,7 +22,7 @@ export interface ContextMenuProps {
model?: MenuItem[] | undefined;
/**
* A valid query selector or an HTMLElement to specify where the overlay gets attached.
* @defaultValue body
* @defaultValue 'body'
*/
appendTo?: 'body' | 'self' | string | undefined | HTMLElement;
/**