mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
7c34c8b3f6
commit
bd37bd0f17
188 changed files with 808 additions and 689 deletions
3
types/Select/SelectItem.svelte.d.ts
vendored
3
types/Select/SelectItem.svelte.d.ts
vendored
|
@ -1,4 +1,3 @@
|
|||
/// <reference types="svelte" />
|
||||
import type { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export interface SelectItemProps {
|
||||
|
@ -29,6 +28,6 @@ export interface SelectItemProps {
|
|||
|
||||
export default class SelectItem extends SvelteComponentTyped<
|
||||
SelectItemProps,
|
||||
{},
|
||||
Record<string, any>,
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue