mirror of https://github.com/grafana/grafana
Build: removed circular dependencies to make grafana/ui build again (#23468)
* fixed dependecy issues. * Fixed so we don't have any circular dependencies. * added missing type. * fixed formatting issue of config. * skipping sourcemap again.pull/23455/head
parent
227b233aaa
commit
32066a3f67
@ -0,0 +1,7 @@ |
||||
import React from 'react'; |
||||
|
||||
export interface SvgProps extends React.HTMLAttributes<SVGElement> { |
||||
size: number; |
||||
secondaryColor?: string; |
||||
className?: string; |
||||
} |
||||
Loading…
Reference in new issue