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