UNPKG

polaris-glints

Version:

Glints forked polaris react

6 lines 203 B
/// <reference types="react" /> export interface IndicatorProps { pulse?: boolean; } export declare function Indicator({ pulse }: IndicatorProps): JSX.Element; //# sourceMappingURL=Indicator.d.ts.map