UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

13 lines (9 loc) 338 B
import { Icon } from '../../icons/index'; import { GlobalComponentConstructor } from '../../ts-helpers'; declare class ChevronRightIcon extends Icon {} declare module '@vue/runtime-core' { interface GlobalComponents { ChevronRightIcon: GlobalComponentConstructor<ChevronRightIcon>; } } export default ChevronRightIcon;