@eccenca/gui-elements
Version:
GUI elements based on other libraries, usable in React application, written in Typescript.
6 lines (5 loc) • 373 B
TypeScript
import { AutoSuggestionList, AutoSuggestionListProps } from "./../AutoSuggestion/AutoSuggestionList";
import { ExtendedCodeEditor, ExtendedCodeEditorProps } from "./../AutoSuggestion/ExtendedCodeEditor";
export * from "./../AutoSuggestion/AutoSuggestion";
export { AutoSuggestionList, ExtendedCodeEditor };
export type { AutoSuggestionListProps, ExtendedCodeEditorProps };