interface unstable_RouterContext<T> {
    defaultValue?: T;
}

Type Parameters

  • T = unknown

Properties

Properties

defaultValue?: T