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

Hierarchy

Properties

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