@3mo/command-palette
Version:
Command-palettes are a common way to provide users with a list of actions they can perform in a given context.
16 lines • 467 B
TypeScript
import '@3mo/flex';
import '@3mo/icon';
import '@3mo/field';
import '@3mo/empty-state';
import '@3mo/tab';
import '@3mo/list';
import '@3mo/text-fields';
import '@3mo/card';
import '@3mo/button';
import '@3mo/screen-size';
export * from './KeyboardKey.js';
export * from './CommandPaletteSearchField.js';
export * from './CommandPaletteDataSource.js';
export * from './CommandPalette.js';
export * from './CommandPaletteButton.js';
//# sourceMappingURL=index.d.ts.map