mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Merge branch 'master' into header-action-prevent-close-click-outside
This commit is contained in:
commit
7c6b5619a4
226 changed files with 2124 additions and 747 deletions
2
types/UIShell/HeaderAction.svelte.d.ts
vendored
2
types/UIShell/HeaderAction.svelte.d.ts
vendored
|
@ -48,6 +48,8 @@ export interface HeaderActionProps
|
|||
* @default false
|
||||
*/
|
||||
preventCloseOnClickOutside?: boolean;
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
||||
export default class HeaderAction extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue