UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

8 lines (7 loc) 210 B
import type { IStackComponent } from './Stack.types'; export declare const GlobalClassNames: { root: string; inner: string; child: string; }; export declare const styles: IStackComponent['styles'];