inject-style.d.ts 174 B

12345678
  1. /**
  2. * Inject the style in case you cannot import the css file
  3. * Call it once in your app
  4. */
  5. export declare function injectStyle(): void;