UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

3 lines (2 loc) 133 B
import { Styles } from 'jss'; export declare function getClasses<T extends string>(styles: Styles, name: string): Record<T, string>;