Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-amd/components/Stack/Stack.styles.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
210 B
TypeScript

import type { IStackComponent } from './Stack.types';
export declare const GlobalClassNames: {
root: string;
inner: string;
child: string;
};
export declare const styles: IStackComponent['styles'];