UNPKG

@fluent-windows/core

Version:

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

5 lines (4 loc) 143 B
import * as CSS from 'csstype'; export declare type Shadows = CSS.BoxShadowProperty[]; declare const shadows: Shadows; export default shadows;