UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

4 lines 280 B
import type { BoundWitness } from '@xyo-network/boundwitness-model'; import type { ValidatedResponse } from './types/index.ts'; export declare const useValidateBoundWitness: (input?: string) => ValidatedResponse<BoundWitness>; //# sourceMappingURL=useBoundWitnessValidate.d.ts.map