Hierarchy

Properties

children?: ReactNode
key?: Key
location?: {
    [key: string]: string | {
        [key: string]: string;
    };
}

Type declaration

  • [key: string]: string | {
        [key: string]: string;
    }
params: {
    editOrCreate?: string;
    identifier?: string;
    library?: string;
}

Type declaration

  • Optional editOrCreate?: string
  • Optional identifier?: string
  • Optional library?: string
ref?: LegacyRef<CustomListPageProps>

Generated using TypeDoc