@xw3/maki-ts-cms
    Preparing search index...

    Interface AdminLayoutProps

    interface AdminLayoutProps {
        children?: ReactNode;
        header?: ReactNode;
        routes?: RouteProps[];
        theme?: any;
    }
    Index

    Properties

    children?: ReactNode
    header?: ReactNode
    routes?: RouteProps[]
    theme?: any