UNPKG

@assistant-ui/react

Version:

React components for AI chat.

8 lines 337 B
import type { RequireAtLeastOne } from "../../utils/RequireAtLeastOne"; type ComposerIfFilters = { editing: boolean | undefined; }; export type UseComposerIfProps = RequireAtLeastOne<ComposerIfFilters>; export declare const useComposerIf: (props: UseComposerIfProps) => boolean; export {}; //# sourceMappingURL=useComposerIf.d.ts.map