UNPKG

@zendeskgarden/react-grid

Version:

Components relating to layout grids in the Garden Design System

13 lines (12 loc) 516 B
/** * Copyright Zendesk, Inc. * * Use of this source code is governed under the Apache License, Version 2.0 * found at http://www.apache.org/licenses/LICENSE-2.0. */ export { Col } from './elements/Col.js'; export { Grid } from './elements/Grid.js'; export { Row } from './elements/Row.js'; export { PaneProvider } from './elements/pane/PaneProvider.js'; export { Pane } from './elements/pane/Pane.js'; export { ALIGN_ITEMS, ALIGN_SELF, DIRECTION, JUSTIFY_CONTENT, SPACE, TEXT_ALIGN, WRAP } from './types/index.js';