UNPKG

@flanksource/clicky-ui

Version:

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

6 lines 240 B
export type MethodBadgeProps = { method: string; className?: string; }; export declare function MethodBadge({ method, className }: MethodBadgeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MethodBadge.d.ts.map