import { FlexboxProps } from "../Flex/type.mjs";
import { ReactNode } from "react";

//#region src/SideNav/type.d.ts
interface SideNavProps extends FlexboxProps {
  avatar?: ReactNode;
  bottomActions: ReactNode;
  topActions?: ReactNode;
}
//#endregion
export { SideNavProps };
//# sourceMappingURL=type.d.mts.map