MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / SendButtonProps

Interface SendButtonProps

app/components/chat/SendButton.client.tsx:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { AnimatePresence, cubicBezier, motion } from 'framer-motion';
2
3interface SendButtonProps {
4 show: boolean;
5 isStreaming?: boolean;
6 onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
7}
8
9const customEasingFn = cubicBezier(0.4, 0, 0.2, 1);
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected