UNPKG

@guestbell/react-page-plugins

Version:

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

8 lines (7 loc) 205 B
import * as React from 'react'; import { ListTypes } from './'; export interface ListButtonProps { icon: JSX.Element; type: ListTypes; } export declare const ListButton: React.FC<ListButtonProps>;