UNPKG

226 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2export type MaybeTitleOptions = {
3 channel?: string;
4};
5/**
6 * Infer title channel from x-position channel.
7 */
8export declare const MaybeTitle: TC<MaybeTitleOptions>;