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