UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

6 lines (4 loc) 126 B
import * as React from "react"; export const DialogBackdropContext = React.createContext<string | undefined>( undefined );