UNPKG

react-loadly

Version:

A professional React loaders package with high-performance, customizable loader components

13 lines 474 B
/** * Generates unique IDs for accessibility * @param prefix - The prefix for the ID (default: "loader") * @returns A unique ID string */ export declare function generateId(prefix?: string): string; /** * Validates and sanitizes CSS values * @param value - The CSS value to sanitize * @returns Sanitized CSS value or undefined */ export declare function sanitizeCSSValue(value: string | number | undefined): string | undefined; //# sourceMappingURL=domUtils.d.ts.map