UNPKG

react-use-what-input

Version:
5 lines (4 loc) 269 B
/// <reference types="../typings/what-input" /> import { WhatInputEventType, WhatInputType } from 'what-input'; export default function useWhatInput(intent: WhatInputEventType): WhatInputType; export default function useWhatInput(): [WhatInputType, WhatInputType];