UNPKG

182 BTypeScriptView Raw
1/**
2 * @deprecated Use `IProcessedStyleSet` from `@uifabric/styling` or `@uifabric/merge-styles` instead.
3 */
4export declare type IClassNames<T> = {
5 [key in keyof T]: string;
6};