UNPKG

react-activity-feed

Version:

React components to create activity and notification feeds

4 lines 263 B
import { PropsWithChildren } from 'react'; import { PropsWithElementAttributes } from '../utils'; export declare const Dropdown: ({ children, className, style }: PropsWithChildren<PropsWithElementAttributes>) => JSX.Element; //# sourceMappingURL=Dropdown.d.ts.map