mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
chore: update TreeView, HeaderAction icon types
This commit is contained in:
parent
fcfe3c3ae4
commit
d080576c8a
6 changed files with 9 additions and 16 deletions
2
types/UIShell/GlobalHeader/HeaderAction.d.ts
vendored
2
types/UIShell/GlobalHeader/HeaderAction.d.ts
vendored
|
@ -23,7 +23,7 @@ export interface HeaderActionProps
|
|||
/**
|
||||
* Specify the close icon from `carbon-icons-svelte` to render
|
||||
*/
|
||||
closeIcon?: typeof import("carbon-icons-svelte").CarbonIcon;
|
||||
closeIcon?: typeof import("svelte").SvelteComponent;
|
||||
|
||||
/**
|
||||
* Specify the text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue