UNPKG

@hyext-beyond/hy-ui-native

Version:

A native lib polyfill for huya miniapp

8 lines (7 loc) 154 B
export declare function showInputBar(props: { text: string; placeholder: string; }): Promise<{ text: string; }>; export default showInputBar;