UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 320 B
import { TVerticalSpacing } from './TVerticalSpacing'; export type TVerticalSpacingBreakPoints = { extraSmall?: TVerticalSpacing; small?: TVerticalSpacing; medium?: TVerticalSpacing; large?: TVerticalSpacing; extraLarge?: TVerticalSpacing; }; //# sourceMappingURL=TVerticalSpacingBreakPoints.d.ts.map