UNPKG

carpooluikit

Version:
9 lines (8 loc) 200 B
/// <reference types="react" /> export interface NotificationDotProps { show?: boolean; children: React.ReactElement | React.ReactElement[]; } export interface DotProps { show: boolean; }