UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 166 B
import * as React from 'react'; import type { ThemeContextProps } from "./types.js"; export declare const ThemeContext: React.Context<ThemeContextProps | undefined>;