UNPKG

zmp-vue

Version:

Build full featured iOS & Android apps using ZMP & Vue

50 lines (36 loc) 707 B
import { ComponentOptionsMixin, DefineComponent, PropType } from 'vue'; declare const Accordion: DefineComponent< { accordionOpposite: { type: PropType<boolean>; }, color: { type: PropType<string>; }, colorTheme: { type: PropType<string>; }, textColor: { type: PropType<string>; }, bgColor: { type: PropType<string>; }, borderColor: { type: PropType<string>; }, rippleColor: { type: PropType<string>; }, themeDark: { type: PropType<boolean>; } }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, >; export default Accordion;