Plugininterface Plugin <TProps = Props> {defaultValue?: any;name?: string;fn(instance: Instance<TProps>): Partial<LifecycleHooks<TProps>>;}§Type Parameters§TProps = Props[src]§Properties§defaultValue?: any[src]§name?: string[src]§Methods§fn(instance: Instance<TProps>): Partial<LifecycleHooks<TProps>>[src]