UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines 270 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