@evlmaistrenko/tools-antd
    Preparing search index...

    Interface LayoutSidebarProps

    interface LayoutSidebarProps {
        containerProps?: DetailedHTMLProps<
            HTMLAttributes<HTMLDivElement>,
            HTMLDivElement,
        >;
        sticky?: boolean;
    }

    Hierarchy

    • ComponentProps<"aside">
      • LayoutSidebarProps
    Index

    Properties

    containerProps?: DetailedHTMLProps<
        HTMLAttributes<HTMLDivElement>,
        HTMLDivElement,
    >
    sticky?: boolean