UNPKG

@chakra-ui/core

Version:

Responsive and accessible React UI components built with React and Emotion

9 lines (7 loc) 232 B
import * as React from "react"; export function assignRef<T>(ref: T, value: T): T; // export function mergeRefs<T>(refs: T, value: T): T; export function getFocusables<T>( element: React.ReactNode, keyboardOnly: boolean, ): T;