UNPKG

@uifabric/styling

Version:

Styling helpers for Fluent UI React.

8 lines (7 loc) 195 B
import { IAnimationStyles } from '../interfaces/index'; /** * {@docCategory AnimationClassNames} */ export declare const AnimationClassNames: { [key in keyof IAnimationStyles]?: string; };