@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
5 lines (4 loc) • 317 B
TypeScript
import type { UseCodeHighlightReturn } from "./use-code-highlight";
export interface UseCodeBlockAdapterContext extends UseCodeHighlightReturn {
}
export declare const CodeBlockAdapterContextProvider: import("react").Provider<UseCodeBlockAdapterContext>, useCodeBlockAdapterContext: () => UseCodeBlockAdapterContext;