UNPKG

@difizen/ai-flow

Version:

Scalable, out-of-the-box, agent-oriented flow

8 lines (7 loc) 190 B
import type { FC } from 'react'; type OnBlurBlockProps = { onBlur?: () => void; onFocus?: () => void; }; declare const OnBlurBlock: FC<OnBlurBlockProps>; export default OnBlurBlock;