UNPKG

@hyext-beyond/hy-ui-native

Version:

A native lib polyfill for huya miniapp

9 lines (8 loc) 176 B
export declare function showInputBar(props: { text: string; placeholder: string; btnText?: string; }): Promise<{ text: string; }>; export default showInputBar;