UNPKG

genshin_panel

Version:
5 lines (4 loc) 327 B
import { PrimaryTagName, SecondaryTagName } from "./type"; import Attribute from "../attribute/attribute"; export declare function applySecondaryTag(attribute: Attribute, name: SecondaryTagName, value: number): void; export declare function applyPrimaryTag(attribute: Attribute, name: PrimaryTagName, value: number): void;