Merge branch 'master' into header-action-prevent-close-click-outside

This commit is contained in:
Eric Liu 2023-07-13 07:35:00 -07:00 committed by GitHub
commit 7c6b5619a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
226 changed files with 2124 additions and 747 deletions

View file

@ -48,6 +48,8 @@ export interface HeaderActionProps
* @default false
*/
preventCloseOnClickOutside?: boolean;
[key: `data-${string}`]: any;
}
export default class HeaderAction extends SvelteComponentTyped<