UNPKG

ponchojs

Version:

Poncho

7 lines (6 loc) 205 B
import { ValOrFn } from '../components/form/Form'; interface Props { readOnly?: ValOrFn<boolean>; } export declare const useInputDisable: ({ readOnly }: Props) => boolean | undefined; export {};