UNPKG

@progress/kendo-vue-editor

Version:
23 lines (22 loc) 871 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { ToolProps } from './ToolProps'; /** * @hidden */ export interface UnlinkProps extends ToolProps { } /** * @hidden */ declare const Unlink: import('vue').DefineComponent<{}, {}, {}, {}, { handleClick(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {} | { [x: string]: any; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { Unlink };