UNPKG

poe-custom-elements

Version:

Path of Exile custom elements

8 lines 541 B
import { FrameKind, ItemProperty } from '../poe.types.js'; /** https://www.pathofexile.com/developer/docs/reference#type-FrameType */ export declare function frameKind(frameType: number): FrameKind | null; export declare function capitalize(s: string): string; export declare function parseDisplayMode3(property: ItemProperty): string; export declare function parseDisplayMode3<T>(property: ItemProperty, mapFn: (val: string) => T): Array<T | string>; export declare function appendFontinStyle(): void; //# sourceMappingURL=internal.d.ts.map