@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
17 lines (16 loc) • 551 B
TypeScript
import { types } from "typestyle";
interface InternalChipStyles {
chip?: types.NestedCSSProperties;
chipIconWrapper?: types.NestedCSSProperties;
chipIcon?: types.NestedCSSProperties;
clickableIconWrapper?: types.NestedCSSProperties;
clickableIcon?: types.NestedCSSProperties;
}
export declare const ChipStyles: InternalChipStyles;
export declare const ChipStylesConst: {
readonly chipHeight: number;
readonly fontSize: number;
readonly chipPaddingLeftRight: number;
readonly defaultChipColor: string;
};
export {};