UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 256 B
import React from 'react'; import { ButtonProps } from '../../types/components/button'; declare const Button: ({ variant, styleType, type, href, onClick, disabled, children, resetStyle, ...props }: ButtonProps) => React.JSX.Element; export default Button;