INIT
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { PopperLayerImplProps } from "./types.js";
|
||||
type $$ComponentProps = Omit<PopperLayerImplProps, "open" | "children" | "shouldRender"> & {
|
||||
enabled: boolean;
|
||||
contentPointerEvents?: "auto" | "none";
|
||||
};
|
||||
declare const PopperLayerInner: import("svelte").Component<$$ComponentProps, {}, "">;
|
||||
type PopperLayerInner = ReturnType<typeof PopperLayerInner>;
|
||||
export default PopperLayerInner;
|
||||
Reference in New Issue
Block a user