@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
11 lines (10 loc) • 319 B
TypeScript
import { types } from "typestyle";
/**
* Styles for the CommandPalette component
*/
export declare const CommandPaletteStyles: {
container: types.NestedCSSProperties;
commandContainer: types.NestedCSSProperties;
commandRow: types.NestedCSSProperties;
selectedCommandRow: types.NestedCSSProperties;
};