UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 281 B
import InlineAutocomplete from './InlineAutocomplete'; export type { InlineAutocompleteProps } from './InlineAutocomplete'; export type { ShowSuggestionsEvent, Suggestion, Suggestions, Trigger } from './types'; export default InlineAutocomplete; //# sourceMappingURL=index.d.ts.map