9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
export declare const FA5Style: {
|
|
regular: string;
|
|
light: string;
|
|
solid: string;
|
|
brand: string;
|
|
};
|
|
declare const iconSet: any;
|
|
export default iconSet;
|