UNPKG

ink-use-input-hints

Version:

Wrapper around ink useInput provides builder API and facilitates hint bar generation

15 lines (14 loc) 239 B
"use strict"; const DefaultHintBarProps = { textProps: { backgroundColor: 'white', color: 'blue' }, wrapperProps: { width: '100%' }, itemWrapperProps: { marginRight: 1 } }; module.exports = DefaultHintBarProps;