import XNode from "@web-atoms/core/dist/core/XNode"; import "../styles/resizable.global.css"; export default function resizable({ direction, ...a }: { [x: string]: any; direction?: "horizontal" | "vertical"; }, child: XNode): any; //# sourceMappingURL=Resizable.d.ts.map