taggedjs
Version:
tagged template reactive html
9 lines (8 loc) • 317 B
TypeScript
import { DomTag, StringTag } from "./index.js";
import { ToTag } from "./tag.types.js";
/** Used to give unique value to an array of tag content. Should not be an object
* TODO: This might not be in use?
*/
export declare function key(arrayValue: string | number | null): {
html: ToTag | StringTag | DomTag;
};