UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

12 lines (11 loc) 330 B
import { VNode } from "../../stencil-public-runtime"; export declare class CalciteScrim { /** string to override English loading text */ intlLoading?: string; /** * Determines if the component will have the loader overlay. * Otherwise, will render opaque disabled state. */ loading: boolean; render(): VNode; }