primevue
Version:
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/primevue) [ • 350 B
TypeScript
import { Icon } from '../../icons/index';
import { GlobalComponentConstructor } from '../../ts-helpers';
declare class SortAmountUpAltIcon extends Icon {}
declare module '@vue/runtime-core' {
interface GlobalComponents {
SortAmountUpAltIcon: GlobalComponentConstructor<SortAmountUpAltIcon>;
}
}
export default SortAmountUpAltIcon;