Newer
Older
alert / js / node_modules / flarum / common / components / LoadingIndicator.d.ts
@Réz István Réz István on 18 Nov 2021 379 bytes first commit
/**
 * The `LoadingIndicator` component displays a loading spinner with spin.js.
 *
 * ### Attrs
 *
 * - `size` The spin.js size preset to use. Defaults to 'small'.
 *
 * All other attrs will be assigned as attributes on the DOM element.
 */
export default class LoadingIndicator extends Component<import("../Component").ComponentAttrs> {
}
import Component from "../Component";