.d.ts updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-08 13:51:52 +03:00
parent cce7716ed9
commit 649d401152
49 changed files with 162 additions and 162 deletions

View file

@ -40,7 +40,7 @@ export interface SplitButtonProps {
/**
* A valid query selector or an HTMLElement to specify where the overlay gets attached.
* Special keywords are 'body' for document body and 'self' for the element itself.
* @defaultValue 'body'
* @defaultValue body
*/
appendTo?: 'body' | 'self' | string | undefined | HTMLElement;
/**