UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

4 lines (3 loc) 217 B
import { AppBarProps } from '@material-ui/core/AppBar'; export declare type AppBarPosition = 'fixed' | 'absolute' | 'sticky' | 'static' | 'relative'; export declare type IAppBarProps = Omit<AppBarProps, 'translate'>;