UNPKG

@pushchain/ui-kit

Version:

Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.

7 lines (6 loc) 283 B
type Position = { top: number; left: number; }; export declare function useSmartModalPosition(triggerId: string | null, triggerRefs: React.MutableRefObject<Record<string, HTMLDivElement | null>>, modalWidth?: number, modalHeight?: number, uid?: string): Position; export {};