UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 387 B
import type { FilteredActionListProps } from './index'; export declare const useAnnouncements: (items: FilteredActionListProps["items"], listContainerRef: React.RefObject<HTMLUListElement>, inputRef: React.RefObject<HTMLInputElement>, enabled?: boolean, loading?: boolean, message?: { title: string; description: string; }) => void; //# sourceMappingURL=useAnnouncements.d.ts.map