UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

7 lines (6 loc) 255 B
import { types } from "typestyle"; import { ITheming } from "../theming"; export declare const MentionStyles: { mentionWrapper?: (theming: ITheming) => types.NestedCSSProperties; mentionText?: (darkTheme: boolean) => types.NestedCSSProperties; };