Grafana UI: Add prop table (#25387)

This commit is contained in:
Alex Khomenko
2020-06-05 17:29:37 +03:00
committed by GitHub
parent e55756066b
commit c3549f845e

View File

@ -0,0 +1,10 @@
import { Props, Preview } from "@storybook/addon-docs/blocks";
import { Table } from "./Table";
# Table
Used for displaying tabular data
## Usage
<Props of={Table} />