UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

6 lines (5 loc) 193 B
import type { IStackItemComponent } from './StackItem.types'; export declare const GlobalClassNames: { root: string; }; export declare const StackItemStyles: IStackItemComponent['styles'];