UNPKG

@fluent-windows/core

Version:

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

4 lines (3 loc) 177 B
import { FormFieldClassProps } from '../../Form.type'; import { Theme } from '../../../styles'; export declare const styles: (theme: Theme) => Record<FormFieldClassProps, any>;