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