UNPKG

@fortawesome/angular-fontawesome

Version:
9 lines (8 loc) 342 B
import { RotateProp } from '@fortawesome/fontawesome-svg-core'; import { FaProps } from '../models/props.model'; export declare const isKnownRotateValue: (rotate: RotateProp | string | undefined) => boolean; /** * Fontawesome class list. * Returns classes array by props. */ export declare const faClassList: (props: FaProps) => string[];