UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (7 loc) 278 B
import React from 'react'; export interface MessageIndicatorProps { children?: React.ReactNode; active?: boolean; } export declare function MessageIndicator({ children, active }: MessageIndicatorProps): JSX.Element; //# sourceMappingURL=MessageIndicator.d.ts.map