UNPKG

@es-react/react

Version:

Hippy react framework

4 lines (3 loc) 129 B
declare function getString(): Promise<string>; declare function setString(text: string): void; export { getString, setString, };