mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(types): support sveltekit:prefetch
, sveltekit:noscroll
attributes in type definitions (#1234)
* chore(deps-dev): upgrade sveld to 0.14.0 * Run "yarn build:docs"
This commit is contained in:
parent
45c272642f
commit
ea38cd2568
167 changed files with 400 additions and 216 deletions
|
@ -1,5 +1,5 @@
|
|||
/// <reference types="svelte" />
|
||||
import { SvelteComponentTyped } from "svelte";
|
||||
import type { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export interface TooltipDefinitionProps
|
||||
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["span"]> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue