UNPKG

botframework-webchat-component

Version:
3 lines 238 B
import { type ComponentType, type MemoExoticComponent } from 'react'; export type PropsOf<T> = T extends ComponentType<infer P> ? P : T extends MemoExoticComponent<ComponentType<infer P>> ? P : never; //# sourceMappingURL=PropsOf.d.ts.map