UNPKG

@fluent-windows/core

Version:

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

4 lines (3 loc) 175 B
import { Theme } from '@fluent-windows/core/styles'; import { CardClassProps } from './Card.type'; export declare const styles: (theme: Theme) => Record<CardClassProps, any>;