bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
8 lines (7 loc) • 412 B
text/typescript
import { MaybeRefOrGetter } from 'vue';
import { LinkIconProps, LinkOpacityProps, LinkUnderlineProps, LinkVariantProps } from '../types/ComponentProps';
export declare const useLinkClasses: (linkProps: MaybeRefOrGetter<LinkUnderlineProps & LinkOpacityProps & LinkIconProps & LinkVariantProps>) => import('vue').ComputedRef<{
[x: string]: boolean;
"link-underline": boolean;
'icon-link': boolean;
}>;