UNPKG

@fivethree/core

Version:
9 lines (8 loc) 263 B
import { FivAppBarFabDirective } from './app-bar-fab.directive'; import { AppBarTitleMode } from '../interfaces'; export declare class FivAppBar { cutoutVisible: boolean; titleMode: AppBarTitleMode; fivFab: FivAppBarFabDirective; constructor(); }