UNPKG

@guestbell/react-page-plugins

Version:

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

7 lines (6 loc) 231 B
import * as React from 'react'; export interface FontSizeButtonCustomProps { } type FontSizeButtonProps = FontSizeButtonCustomProps; declare const FontSizeButtonRaw: React.FC<FontSizeButtonProps>; export default FontSizeButtonRaw;