UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

13 lines 366 B
/** * @license * Copyright 2024 glare-labs & bre97-web * SPDX-License-Identifier: MIT */ export type TButtonTarget = '_blank' | '_parent' | '_self' | '_top'; export declare const ButtonTarget: { readonly Blank: "_blank"; readonly Parent: "_parent"; readonly Self: "_self"; readonly Top: "_top"; }; //# sourceMappingURL=button-target-type.d.ts.map