UNPKG

@area2-ai/a2-react-keystroke-package

Version:

# a2-react-keystroke-package

9 lines (8 loc) 209 B
import React from 'react'; export interface Area2State { } interface Props { children: React.ReactNode; } export declare const Area2Provider: ({ children }: Props) => React.JSX.Element; export {};