Type Alias: FactoryPropFactory
ts
type FactoryPropFactory = ReturnType<typeof propsFactory>;Type representing the return value of a Vuetifiable props factory function. This is used to constrain the generic parameter in getDefaultsForPropFactory.