UNPKG

@progress/kendo-vue-layout

Version:
31 lines (30 loc) 1.2 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ export interface BreadcrumbListItemComputed { [key: string]: any; itemClasses: object; } /** * @hidden */ declare const BreadcrumbListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ id: PropType<string>; isFirstItem: PropType<boolean>; isLastItem: PropType<boolean>; }>, {}, {}, { itemClasses(): BreadcrumbListItemComputed['itemClasses']; }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ id: PropType<string>; isFirstItem: PropType<boolean>; isLastItem: PropType<boolean>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { BreadcrumbListItem };