Type alias excludeHooks<Type>

excludeHooks<Type>: {
    [Property in keyof Type as Exclude<Property, `on${string}`>]: Type[Property]
}

Type Parameters

  • Type

Generated using TypeDoc