Type alias ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II, S, PE>
ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II, S, PE>: ComponentOptionsBase<PE, RawBindings, D, C, M, Mixin, Extends, E, EE, {}, I, II, S> & { props?: undefined; } & ThisType<CreateComponentPublicInstance<PE, RawBindings, D, C, M, Mixin, Extends, E, PE, {}, false, I, S>> Type Parameters
Props = {}
RawBindings = {}
D = {}
EE extends string = string
II extends string = string
PE = Props & EmitsToProps<E>
Type declaration
Optional
props?: undefined