Files
video-gen/video-gen-admin/node_modules/@rc-component/trigger/lib/hooks/useOffsetStyle.d.ts
T
2026-05-25 17:08:18 +08:00

4 lines
281 B
TypeScript

import type * as React from 'react';
import type { AlignType } from '../interface';
export default function useOffsetStyle(isMobile: boolean, ready: boolean, open: boolean, align: AlignType, offsetR: number, offsetB: number, offsetX: number, offsetY: number): React.CSSProperties;