+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "loadPluginCss" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" draft = true +++ ## loadPluginCss() function ### loadPluginCss() function Signature ```typescript export declare function loadPluginCss(options: PluginCssOptions): Promise; ``` Import ```typescript import { loadPluginCss } from '@grafana/runtime'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | options | PluginCssOptions | | Returns: `Promise`