UNPKG

@onesy/ui-react

Version:
8 lines (7 loc) 229 B
import React from 'react'; import { ISurface } from '../Surface/Surface'; export declare type IBottomAppBar = ISurface & { fixed?: boolean; }; declare const BottomAppBar: React.FC<IBottomAppBar>; export default BottomAppBar;