UNPKG

vue-fa

Version:

Tiny FontAwesome component for Vue.js

11 lines (10 loc) 488 B
import { IconDefinition } from '@fortawesome/fontawesome-common-types/index.d'; export declare const validFlip: readonly ["horizontal", "vertical", "both"]; export type Flip = typeof validFlip[number]; export declare const validPull: readonly ["right", "left"]; export type Pull = typeof validPull[number]; export declare const typeNumber: { type: (NumberConstructor | StringConstructor)[]; validator: (value: number | string) => boolean; }; export { IconDefinition, };