UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

5 lines (4 loc) 260 B
import * as React from 'react'; import type { BubbleProps } from '../interface'; declare function useTypingConfig(typing: BubbleProps['typing']): [enableTyping: boolean, step: number, interval: number, suffix: React.ReactNode]; export default useTypingConfig;