mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
refactor: update/fix JSDoc props
This commit is contained in:
parent
3c04f122b0
commit
d38e6d8be6
204 changed files with 992 additions and 2359 deletions
4
types/Tile/ExpandableTile.d.ts
vendored
4
types/Tile/ExpandableTile.d.ts
vendored
|
@ -50,10 +50,10 @@ export default class ExpandableTile {
|
|||
id?: string;
|
||||
|
||||
/**
|
||||
* Obtain a reference to the input HTML element
|
||||
* Obtain a reference to the top-level element
|
||||
* @default null
|
||||
*/
|
||||
ref?: null | HTMLElement;
|
||||
ref?: null | HTMLDivElement;
|
||||
};
|
||||
|
||||
$$slot_def: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue