INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { SliderThumbProps } from "../types.js";
|
||||
declare const SliderThumb: import("svelte").Component<SliderThumbProps, {}, "ref">;
|
||||
type SliderThumb = ReturnType<typeof SliderThumb>;
|
||||
export default SliderThumb;
|
||||
Reference in New Issue
Block a user