mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 23:59:13 +08:00
Add Counter to addLayerCallback argument types
This commit is contained in:
parent
1c1b102b2b
commit
ea74d76d77
@ -12,7 +12,7 @@ export function toHtml(content: any): string;
|
||||
export function toHtml(abstractNodes: AbstractElement): string;
|
||||
export function layer(
|
||||
assembler: (
|
||||
addLayerCallback: (layerToAdd: IconOrText | IconOrText[]) => void
|
||||
addLayerCallback: (layerToAdd: Counter | IconOrText | IconOrText[]) => void
|
||||
) => void
|
||||
): Layer;
|
||||
export function icon(icon: IconName | IconLookup, params?: IconParams): Icon;
|
||||
|
Loading…
x
Reference in New Issue
Block a user