UNPKG

@fluent-windows/core

Version:

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

10 lines (9 loc) 268 B
import * as React from 'react'; import { ListProps } from './List.type'; export declare const ListContext: React.Context<{ reveal: boolean; acrylic: boolean; }>; export declare const name = "List"; declare const List: React.FC<ListProps>; export default List;