UNPKG

@toolwind/anchors

Version:

Anchors for Tailwind CSS provides a simple API for working with CSS anchor positioning, enabling flexible, declarative positioning relative to custom anchors.

10 lines (9 loc) 245 B
//#region utils.d.ts declare const encoding: { encode: (str: string) => string; decode: (encodedStr: string) => string; }; //#endregion //#region index.d.ts declare const _default: any; //#endregion export { _default as default, encoding };