UNPKG

@flanksource/clicky-ui

Version:

Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.

14 lines 1.62 kB
export { OperationCatalog, type OperationCatalogProps } from './rpc/OperationCatalog'; export { ACCEPT_OPTIONS, AcceptPicker, VIEW_OPTIONS, type AcceptOption, type AcceptPickerProps, type AcceptValue, type OperationPreviewMode, } from './rpc/AcceptPicker'; export { CommandForm, type CommandFormProps } from './rpc/CommandForm'; export { CommandOutput, type CommandOutputProps } from './rpc/CommandOutput'; export { FilterForm, type FilterFormProps } from './rpc/FilterForm'; export { InlineError, type InlineErrorProps } from './rpc/InlineError'; export { OperationActionDialog, type OperationActionDialogProps, } from './rpc/OperationActionDialog'; export { OperationEntityPage, type OperationEntityPageProps } from './rpc/OperationEntityPage'; export { OperationCommandPage, type OperationCommandPageProps } from './rpc/OperationCommandPage'; export { EndpointList, type EndpointListProps, type RenderLink, type RenderLinkArgs, } from './rpc/EndpointList'; export { useOpenAPI, useOperations, useOperationById, type OperationsApiClient, } from './rpc/useOperations'; export { filterOperationsByDomain, findDetailEndpoint, findListEndpoint, normalizeRows, parseJsonBody, } from './rpc/classify'; export { type ClickyOperationMeta, type ClickySpecMeta, type ClickySurface, isPositionalParam, type DomainDefinition, type ExecutionRequest, type ExecutionResponse, type OpenAPIOperation, type OperationLookupFilter, type OperationLookupFilterType, type OperationLookupResponse, type OpenAPIParameter, type OpenAPISchema, type OpenAPISpec, type ResolvedOperation, } from './rpc/types'; //# sourceMappingURL=rpc.d.ts.map