UNPKG

183 BTypeScriptView Raw
1import { FaProps } from '../models/props.model';
2/**
3 * Fontawesome class list.
4 * Returns classes array by props.
5 */
6export declare const faClassList: (props: FaProps) => string[];