werkbank
    Preparing search index...

    Type Alias LoadingProps

    LoadingProps: JSX.IntrinsicElements["div"] & {
        color?: string;
        size?: string | number;
    }

    Props for Loading components. Extends standard HTML div attributes.

    Type Declaration

    • Optionalcolor?: string

      The color of the loading indicator. Can be any valid CSS color string.

    • Optionalsize?: string | number

      The size of the loading indicator. Can be a number (pixels) or a CSS string.