mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 15:36:03 +01:00
feat: add ColorSelect
This commit is contained in:
@@ -5,10 +5,10 @@ import { Wrapper } from './styles'
|
||||
|
||||
type ButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
||||
children: ReactNode
|
||||
theme?: ButtonVariantProps['theme']
|
||||
schema?: ButtonVariantProps['schema']
|
||||
outline?: ButtonVariantProps['outline']
|
||||
colorSchema?: ButtonVariantProps['colorSchema']
|
||||
styleSchema?: ButtonVariantProps['styleSchema']
|
||||
font?: ButtonVariantProps['font']
|
||||
outline?: ButtonVariantProps['outline']
|
||||
}
|
||||
|
||||
export function Button({ children, ...rest }: ButtonProps) {
|
||||
|
||||
Reference in New Issue
Block a user