mirror of
https://github.com/acid-info/lsd.git
synced 2026-08-31 02:11:14 +00:00
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
export declare const useUpdatePositionStyle: (
|
|
handleRef: React.RefObject<HTMLElement>,
|
|
tiggerUpdate: boolean | undefined,
|
|
) => React.CSSProperties
|