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

Hierarchy

Properties

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