maybeVisualPosition.d.ts 307 B

1234567
  1. import { TransformComponent as TC } from '../runtime';
  2. export 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. */
  7. export declare const MaybeVisualPosition: TC<MaybeVisualPositionOptions>;