forked from FortAwesome/angular-fontawesome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublic_api.ts
More file actions
24 lines (23 loc) · 997 Bytes
/
public_api.ts
File metadata and controls
24 lines (23 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export { FontAwesomeModule } from './fontawesome.module';
export type { AnimationProp, FaProps } from './shared/models/props.model';
export { FaIconComponent } from './icon/icon.component';
export { FaDuotoneIconComponent } from './icon/duotone-icon.component';
export { FaConfig } from './config';
export { FaLayersComponent } from './layers/layers.component';
export { FaLayersTextComponent } from './layers/layers-text.component';
export { FaLayersCounterComponent } from './layers/layers-counter.component';
export { FaStackComponent } from './stack/stack.component';
export { FaStackItemSizeDirective } from './stack/stack-item-size.directive';
export { FaIconLibrary, type FaIconLibraryInterface } from './icon-library';
export type { IconPrefix, IconName, IconLookup, IconDefinition, IconPack } from './types';
export type {
IconParams,
CounterParams,
TextParams,
FaSymbol,
FlipProp,
PullProp,
RotateProp,
SizeProp,
Transform,
} from '@fortawesome/fontawesome-svg-core';