Properties
name
The name of the extension
name: string
props
The default properties available to this extension
props: Props & Partial<StoreExtensionOptions>
factory
The factory function that runs when the extension is created
factory: StoreFactory<Props>