CreateSingleton
type CreateSingleton<TProps = Props> = (tippyInstances: Instance<any>[], optionalProps?: Partial<CreateSingletonProps<TProps>>) => CreateSingletonInstance<CreateSingletonProps<TProps>>;
§Type
§
(tippyInstances: Instance<any>[], optionalProps?: Partial<CreateSingletonProps<TProps>>) => CreateSingletonInstance<CreateSingletonProps<TProps>>
[src]