UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

6 lines (5 loc) 236 B
/// <reference types="react" /> declare const Button: import("styled-components").StyledComponent<"button", any, { disabled?: boolean; } & import("react").ButtonHTMLAttributes<HTMLButtonElement>, never>; export default Button;