UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 407 B
import { types } from "typestyle"; export declare const PersonFieldDisplayStyles: { wrapper?: types.NestedCSSProperties; userList?: types.NestedCSSProperties; user?: types.NestedCSSProperties; userItem?: types.NestedCSSProperties; linkItem?: (textColor: string, fontSize?: string, disableHoverStyle?: boolean) => types.NestedCSSProperties; smallBadge?: types.NestedCSSProperties; };