Appearance
function isWithComponentProps<T>(options): options is T & { props: PropsGetter };
T
Record
string
unknown
options
options is T & { props: PropsGetter }