Im converting my old code to Typescript, I need help with a functions.

Howdy, im just converting some of my old code to Typescript from JS and I am struggling with a few functions. Answers would be amazing.
1 Reply
mac.dev
mac.dev2y ago
export function Button({ variant = 'primary', className, href, ...props }) {
className = clsx(styles[variant], className)
export function Button({ variant = 'primary', className, href, ...props }) {
className = clsx(styles[variant], className)
closed, got it
Want results from more Discord servers?
Add your server