@thepalaceproject/circulation-admin
    Preparing search index...

    Interface LanePageProps

    interface LanePageProps {
        children?: ReactNode;
        key?: Key;
        params: { editOrCreate?: string; identifier?: string; library?: string };
        ref?: LegacyRef<LanePageProps>;
    }

    Hierarchy

    Index

    Properties

    children?: ReactNode
    key?: Key
    params: { editOrCreate?: string; identifier?: string; library?: string }
    ref?: LegacyRef<LanePageProps>