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 , 3 years ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | import { FaProps } from '../models/props.model'; |
2 | /** |
3 | * Fontawesome class list. |
4 | * Returns classes array by props. |
5 | */ |
6 | export declare const faClassList: (props: FaProps) => string[]; |
Note:
See TracBrowser
for help on using the repository browser.