UNPKG

react-loadly

Version:

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

11 lines 388 B
import { IBaseLoaderProps } from "./IBaseLoaderProps"; export interface ITextLoaderProps extends Exclude<IBaseLoaderProps, "showText"> { /** Font family for text loaders */ fontFamily?: string; /** Font weight */ fontWeight?: number | string; /** Character animation delay */ charDelay?: number; loop?: boolean; } //# sourceMappingURL=ITextLoaderProps.d.ts.map