INIT
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { FloatingLayerContentImplProps } from "../floating-layer/types.js";
|
||||
type $$ComponentProps = FloatingLayerContentImplProps & {
|
||||
isStatic: boolean;
|
||||
};
|
||||
declare const PopperContent: import("svelte").Component<$$ComponentProps, {}, "">;
|
||||
type PopperContent = ReturnType<typeof PopperContent>;
|
||||
export default PopperContent;
|
||||
Reference in New Issue
Block a user