UNPKG

@ticketmaster/prism

Version:

Live Nation Component library

8 lines (7 loc) 212 B
import * as React from 'react'; interface IProps { children: React.ReactNode; variant?: 'filled' | 'outlined'; } declare function Button({ variant, ...rest }: IProps): JSX.Element; export default Button;