mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.12.3
This commit is contained in:
parent
894a1451c5
commit
e197178a99
4 changed files with 15 additions and 3 deletions
7
types/index.d.ts
vendored
7
types/index.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
// Type definitions for carbon-components-svelte 0.12.2
|
||||
// Type definitions for carbon-components-svelte 0.12.3
|
||||
// Project: https://github.com/IBM/carbon-components-svelte
|
||||
|
||||
export class CarbonSvelteComponent {
|
||||
|
@ -317,6 +317,11 @@ export class ClickableTile extends CarbonSvelteComponent {
|
|||
* @default false
|
||||
*/
|
||||
light?: boolean;
|
||||
|
||||
/**
|
||||
* Set the `href`
|
||||
*/
|
||||
href?: string;
|
||||
};
|
||||
|
||||
$$slot_def: { default: {} };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue