Last change
on this file since 76712b2 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
413 bytes
|
Line | |
---|
1 | import { FaIconLibraryInterface } from '@fortawesome/angular-fontawesome';
|
---|
2 | import { IconDefinition, IconName, IconPrefix } from '@fortawesome/fontawesome-svg-core';
|
---|
3 | export declare const dummyIcon: IconDefinition;
|
---|
4 | export declare class MockFaIconLibrary implements FaIconLibraryInterface {
|
---|
5 | addIcons(): void;
|
---|
6 | addIconPacks(): void;
|
---|
7 | getIconDefinition(prefix: IconPrefix, name: IconName): IconDefinition;
|
---|
8 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.