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

    Interface ConfigPageProps

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

    Hierarchy

    Index

    Properties

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