mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
Run "yarn build:lib"
This commit is contained in:
parent
317f9a5805
commit
c7ba17e053
3 changed files with 4 additions and 4 deletions
|
@ -1153,7 +1153,7 @@ None.
|
|||
### Types
|
||||
|
||||
```ts
|
||||
export type DropdownItemId = string;
|
||||
export type DropdownItemId = any;
|
||||
|
||||
export type DropdownItemText = string;
|
||||
|
||||
|
|
|
@ -3259,9 +3259,9 @@
|
|||
],
|
||||
"typedefs": [
|
||||
{
|
||||
"type": "string",
|
||||
"type": "any",
|
||||
"name": "DropdownItemId",
|
||||
"ts": "type DropdownItemId = string"
|
||||
"ts": "type DropdownItemId = any"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
|
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -1,7 +1,7 @@
|
|||
/// <reference types="svelte" />
|
||||
import { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export type DropdownItemId = string;
|
||||
export type DropdownItemId = any;
|
||||
|
||||
export type DropdownItemText = string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue