UNPKG

framework7-vue

Version:

Build full featured iOS & Android apps using Framework7 & Vue

22 lines (15 loc) 324 B
import { ComponentOptionsMixin, DefineComponent, PropType } from 'vue'; declare const BreadcrumbsItem: DefineComponent< { active: { type: BooleanConstructor; } }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, >; export default BreadcrumbsItem;