UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

8 lines (7 loc) 231 B
import * as React from 'react'; import { EmphasizeTypes } from './'; export interface EmphasizeButtonProps { type: EmphasizeTypes; disabled?: boolean; } export declare const EmphasizeButton: React.FC<EmphasizeButtonProps>;