UNPKG

@primevue/icons

Version:
13 lines (9 loc) 336 B
import type { DefineComponent } from '@primevue/core'; import type { Icon } from '@primevue/icons/baseicon'; declare class SortAmountUpAltIcon extends Icon {} declare module 'vue' { export interface GlobalComponents { SortAmountUpAltIcon: DefineComponent<SortAmountUpAltIcon>; } } export default SortAmountUpAltIcon;