MCPcopy Create free account
hub / github.com/arwes/arwes / ButtonSimpleProps

Interface ButtonSimpleProps

apps/docs/src/ui/ButtonSimple/ButtonSimple.tsx:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import styles from './ButtonSimple.module.css'
14
15interface ButtonSimpleProps extends HTMLProps<HTMLButtonElement> {
16 className?: string
17 animated?: AnimatedProp
18 children: ReactNode
19}
20
21const ButtonSimple = memo((props: ButtonSimpleProps): JSX.Element => {
22 const { className, animated, children, ...otherProps } = props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected