UNPKG

@oriolrius/grafana-business-text

Version:

Data-driven text with Markdown and Handlebars support for Grafana

18 lines (16 loc) 312 B
import { css } from '@emotion/css'; import { GrafanaTheme2 } from '@grafana/data'; /** * Styles */ export const getStyles = (theme: GrafanaTheme2) => { return { root: css` display: flex; flex-direction: column; `, frameSelect: css` padding: ${theme.spacing(1)}; `, }; };