Interface: AtButtonProps
Hierarchy
ButtonHTMLAttributes<HTMLButtonElement>↳
AtButtonProps
Properties
isDisabled
• Optional isDisabled: boolean
Defined in
components/atoms/at-button/index.tsx:19
label
• label: string
Defined in
components/atoms/at-button/index.tsx:17
variant
• Optional variant: "PRIMARY" | "SECONDARY" | "TERTIARY"