UNPKG
svelte-tailwind-ripple
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.1
Use Material Design Ripple Effects With TailwindCss 4
github.com/codemundee/svelte-tailwind-ripple
svelte-tailwind-ripple
/
dist
/
Component.svelte.d.ts
5 lines
(4 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Props
}
from
"./types.js"
;
declare
const
Component
:
import
(
"svelte"
).
Component
<
Props
, {},
""
>;
type
Component
=
ReturnType
<
typeof
Component
>;
export
default
Component
;