UNPKG

243 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2export type MaybeTooltipOptions = {
3 channel: string | string[];
4};
5/**
6 * Infer tooltip channel from specified channel.
7 */
8export declare const MaybeTooltip: TC<MaybeTooltipOptions>;