gather-content-ui
Version:
GatherContent UI Library
9 lines • 367 B
TypeScript
export declare function LayoutOverlaySidebar({ children, isOpen, direction, width, className, onTransitionEnd, }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace LayoutOverlaySidebar {
var defaultProps: {
isOpen: boolean;
width: string;
direction: string;
};
}
//# sourceMappingURL=LayoutOverlaySidebar.d.ts.map