mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(examples): bump deps [ci skip]
This commit is contained in:
parent
f4b53369ff
commit
346d9b5ed0
19 changed files with 389 additions and 321 deletions
10
examples/sveltekit/src/app.d.ts
vendored
Normal file
10
examples/sveltekit/src/app.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
/// <reference types="@sveltejs/kit" />
|
||||
|
||||
// See https://kit.svelte.dev/docs/types#the-app-namespace
|
||||
// for information about these interfaces
|
||||
declare namespace App {
|
||||
// interface Locals {}
|
||||
// interface Platform {}
|
||||
// interface Session {}
|
||||
// interface Stuff {}
|
||||
}
|
|
@ -6,6 +6,6 @@
|
|||
%svelte.head%
|
||||
</head>
|
||||
<body>
|
||||
<div id="svelte">%svelte.body%</div>
|
||||
<div>%svelte.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
1
examples/sveltekit/src/global.d.ts
vendored
1
examples/sveltekit/src/global.d.ts
vendored
|
@ -1 +0,0 @@
|
|||
/// <reference types="@sveltejs/kit" />
|
Loading…
Add table
Add a link
Reference in a new issue