mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
d893d0d178
* 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
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
export const PAGES_NEW = [
|
|
// "/docs/components/{component-name}",
|
|
"/docs/components/command",
|
|
];
|