UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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