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

10 lines
345 B
TypeScript

/** @jsxRuntime classic */
/** @jsx withSlots */
import * as React from 'react';
import type { IStackProps } from './Stack.types';
import type { IStackItemProps } from './StackItem/StackItem.types';
export declare const Stack: React.FunctionComponent<IStackProps> & {
Item: React.FunctionComponent<IStackItemProps>;
};
export default Stack;