跳至主要内容
版本: 22.5.0

AwaitedLocator 类型

签名:

export type AwaitedLocator<T> = T extends Locator<infer S> ? S : never;

参考: 定位器