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