@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
9 lines • 355 B
TypeScript
import { IStackProps } from "./IStackProps";
import React from "react";
/**
* Stack component provides a flexible layout using Flexbox.
* It allows stacking child components either horizontally or vertically with predefined spacing options.
*/
export declare const Stack: React.FC<IStackProps>;
export default Stack;
//# sourceMappingURL=Stack.d.ts.map