UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

7 lines (6 loc) 191 B
import React from "react"; export interface DrawerSidebarContextProps { isInSidebar: boolean; } declare const _default: React.Context<DrawerSidebarContextProps>; export default _default;