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