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