package.dist.esm.bundle.min.d.mts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of style-vendorizer Show documentation
Show all versions of style-vendorizer Show documentation
Tiny CSS vendor prefixer and property alias mapper for runtime styling solutions
The newest version!
declare function cssPropertyAlias(property: string): string | undefined;
declare function cssPropertyPrefixFlags(property: string): number;
declare function cssValuePrefixFlags(property: string, value: string): number;
export { cssPropertyAlias, cssPropertyPrefixFlags, cssValuePrefixFlags };
//# sourceMappingURL=bundle.min.d.mts.map