UNPKG

@guestbell/react-page-plugins

Version:

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

8 lines (7 loc) 235 B
import * as React from 'react'; import { AlignmentTypes } from './'; export interface AlignmentButtonProps { alignment: AlignmentTypes; icon: JSX.Element; } export declare const AlignmentButton: React.FC<AlignmentButtonProps>;