@flanksource/clicky-ui
Version:
Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.
5 lines • 388 B
TypeScript
import { EntityExplorerAppProps } from './rpc/EntityExplorerApp';
export { ApiExplorer, DEFAULT_OPENAPI_URL, type ApiExplorerProps } from './rpc/ApiExplorer';
export type { EntityExplorerAppProps };
export declare function EntityExplorerApp(props: EntityExplorerAppProps): import('react').FunctionComponentElement<import('react').SuspenseProps>;
//# sourceMappingURL=api-explorer.d.ts.map