Files
cosscom__coss/apps/ui/lib/docs.ts
Pasquale Vitiello d893d0d178 feat: add command component and improve autocomplete and combobox (#602)
* feat: add command component and improve autocomplete and combobox

* style: command improvements

* refactor: improve command component structure and styling

* refactor: remove specific type annotation for chipsRef in Combobox component
2025-12-18 13:52:10 +00:00

5 lines
102 B
TypeScript

export const PAGES_NEW = [
// "/docs/components/{component-name}",
"/docs/components/command",
];