UNPKG

@feast-dev/feast-ui

Version:

Web UI for the [Feast Feature Store](https://feast.dev/)

7 lines 251 B
import React from "react"; interface GlobalSearchShortcutProps { onOpen: () => void; } declare const GlobalSearchShortcut: React.FC<GlobalSearchShortcutProps>; export default GlobalSearchShortcut; //# sourceMappingURL=GlobalSearchShortcut.d.ts.map