UNPKG

@onethousandswaps-libs/uikit

Version:

User interface package for One THousand Swaps apps

9 lines (7 loc) 163 B
export interface NotificationDotProps { show?: boolean; children: React.ReactElement | React.ReactElement[]; } export interface DotProps { show: boolean; }