UNPKG
svelte-daisy-toaster
Version:
latest (0.7.3)
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.7
0.1.5
0.1.3
0.1.2
0.1.1
Svelte DaisyUI Toast Component
svelte-daisy-toaster
/
dist
/
components
/
CodeBlock.svelte.d.ts
7 lines
(6 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
type
$$ComponentProps = {
code
?:
string
; };
declare
const
CodeBlock
:
import
(
"svelte"
).
Component
<$$ComponentProps, {},
""
>;
type
CodeBlock
=
ReturnType
<
typeof
CodeBlock
>;
export
default
CodeBlock
;