Type alias ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II, S, Props>
ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II, S, Props>: ComponentOptionsBase<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, {}, I, II, S> & { props: PropNames[]; } & ThisType<CreateComponentPublicInstance<Props, RawBindings, D, C, M, Mixin, Extends, E, Props, {}, false, I, S>> Type Parameters
PropNames extends string = string
RawBindings = {}
D = {}
EE extends string = string
II extends string = string
Props = Prettify<Readonly<{
[key in PropNames]?: any
} & EmitsToProps<E>>>