UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 229 B
import React from 'react'; import { AppBarProps } from './AppBar.types'; /** * An AppBar is a component used for mobile navigation and main actions. */ declare const AppBar: React.FC<AppBarProps>; export default AppBar;