chakra-ui
Version:
Responsive and accessible React UI components built with React and Emotion
7 lines (6 loc) • 333 B
TypeScript
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;