11 lines
322 B
JavaScript
11 lines
322 B
JavaScript
import { withInstall } from "../utils/index.mjs";
|
|
import _FloatingPanel from "./FloatingPanel.mjs";
|
|
const FloatingPanel = withInstall(_FloatingPanel);
|
|
var stdin_default = FloatingPanel;
|
|
import { floatingPanelProps } from "./FloatingPanel.mjs";
|
|
export {
|
|
FloatingPanel,
|
|
stdin_default as default,
|
|
floatingPanelProps
|
|
};
|