UNPKG

@mmcodemark/fuselage-toastbar

Version:
6 lines 237 B
type T = keyof HTMLElementTagNameMap; export declare const createAnchor: { (id: string, tag?: T): T extends undefined ? HTMLElementTagNameMap['div'] : HTMLElementTagNameMap[T]; }; export {}; //# sourceMappingURL=createAnchor.d.ts.map