mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
d349492b46
commit
c2eb86ced5
7 changed files with 34 additions and 6 deletions
4
types/Icon/Icon.svelte.d.ts
vendored
4
types/Icon/Icon.svelte.d.ts
vendored
|
@ -18,6 +18,10 @@ export interface IconProps
|
|||
skeleton?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated This component is deprecated.
|
||||
* Use icons from "carbon-icons-svelte" instead.
|
||||
*/
|
||||
export default class Icon extends SvelteComponentTyped<
|
||||
IconProps,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue