Zamok Kiosk API
    Preparing search index...

    Variable defaultConst

    default: (
        moduleName: string,
    ) => {
        keyPress: (payload: Key) => {};
        setKeyboardMode: (payload: KeyboardMode) => {};
        setKeyboardValue: (payload: string) => {};
    } & MemoizedFunction = ...