UNPKG

307 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2export type MaybeVisualPositionOptions = Record<string, never>;
3/**
4 * Set visual position with style.x and style.y.
5 * The priority of style.x, style.y is higher than data.
6 */
7export declare const MaybeVisualPosition: TC<MaybeVisualPositionOptions>;