UNPKG

@re-flex/ui

Version:
6 lines (5 loc) 202 B
import { AppBarBaseProps } from "@re-flex/styled/AppBar"; import React from "react"; declare type AppBarProps = AppBarBaseProps & {}; declare const AppBar: React.FC<AppBarProps>; export default AppBar;