bnstooltips 1.4.10 → 1.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,3 +2,4 @@
2
2
  import { BnsItemDto } from "../../itemapiclient";
3
3
  declare function ItemCooldowns(item: BnsItemDto): JSX.Element;
4
4
  export default ItemCooldowns;
5
+ export declare function GetCooldownString(cooldownInMs: number): string;
package/build/index.d.ts CHANGED
@@ -12,3 +12,5 @@ import SkillTooltipWrapper from "./SkillTooltipWrapper/SkillTooltipWrapper";
12
12
  export { SkillTooltipWrapper };
13
13
  import { ServerRegion } from "./Utilities/Models";
14
14
  export { ServerRegion };
15
+ import { GetCooldownString } from "./ItemTooltip/SubComponents/ItemCooldowns";
16
+ export { GetCooldownString };
package/build/index.es.js CHANGED
@@ -6091,5 +6091,5 @@ var ServerRegion;
6091
6091
  ServerRegion["Korea"] = "Korea";
6092
6092
  })(ServerRegion || (ServerRegion = {}));
6093
6093
 
6094
- export { ItemTooltip, ItemTooltipWrapper, JsonTooltip, ServerRegion, SkillTooltip, SkillTooltipWrapper, TooltipBase };
6094
+ export { GetCooldownString, ItemTooltip, ItemTooltipWrapper, JsonTooltip, ServerRegion, SkillTooltip, SkillTooltipWrapper, TooltipBase };
6095
6095
  //# sourceMappingURL=index.es.js.map