UNPKG

framework7-vue

Version:

Build full featured iOS & Android apps using Framework7 & Vue

67 lines (49 loc) 953 B
import { ComponentOptionsMixin, DefineComponent, PropType } from 'vue'; declare const Appbar: DefineComponent< { noShadow: { type: BooleanConstructor; }, noHairline: { type: BooleanConstructor; }, innerClass: { type: StringConstructor; }, innerClassName: { type: StringConstructor; }, inner: { type: BooleanConstructor; default: boolean; }, color: { type: StringConstructor; }, colorTheme: { type: StringConstructor; }, textColor: { type: StringConstructor; }, bgColor: { type: StringConstructor; }, borderColor: { type: StringConstructor; }, rippleColor: { type: StringConstructor; }, themeDark: { type: BooleanConstructor; } }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, >; export default Appbar;