Grafana UI: create Grid component in the unstable package (#75299)

This commit is contained in:
Laura Fernández
2023-09-26 14:02:50 +02:00
committed by GitHub
parent 1aa911dee6
commit 611df82259
7 changed files with 160 additions and 35 deletions

View File

@ -12,4 +12,5 @@
export * from './components/Layout/Box/Box';
export * from './components/Layout/Flex/Flex';
export { Grid } from './components/Layout/Grid/Grid';
export { Stack, HorizontalStack } from './components/Layout/Stack';