source: trip-planner-front/node_modules/@fortawesome/angular-fontawesome/shared/utils/classlist.util.d.ts

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 183 bytes
Line 
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[];
Note: See TracBrowser for help on using the repository browser.