UNPKG

@blockstack/ui

Version:

Blockstack UI components built using React and styled-components with styled-system.

3 lines (2 loc) 112 B
import * as React from 'react'; export declare function useLatestRef<T>(value: T): React.MutableRefObject<T>;