UNPKG

chakra-ui

Version:

Responsive and accessible React UI components built with React and Emotion

7 lines (6 loc) 333 B
import * as React from "react"; export function genId<T>(prefix: string): string; export function makeId<T>(id: number, index: number): string; 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;