UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 230 B
import React from 'react'; export interface MessageIndicatorProps { children?: React.ReactNode; active?: boolean; } export declare function MessageIndicator({ children, active }: MessageIndicatorProps): JSX.Element;