UNPKG

@breakaway/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

8 lines 312 B
/// <reference types="react" /> import { ButtonProps } from '../'; export declare const Button: ({ children, variant, isInline, onClick, iconPosition, icon, ...props }: ButtonProps) => JSX.Element; export declare const ButtonVariant: { plain: string; link: string; }; //# sourceMappingURL=Button.d.ts.map