UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (5 loc) 169 B
/// <reference types="react" /> export interface IndicatorProps { pulse?: boolean; } export declare function Indicator({ pulse }: IndicatorProps): JSX.Element;