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