mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(app): ui additional css class [EE-3594] (#7157)
* feat(app): ui additional css class [EE-3594]
This commit is contained in:
parent
cd66e32912
commit
6fe26a52dd
33 changed files with 419 additions and 181 deletions
4
app/global.d.ts
vendored
4
app/global.d.ts
vendored
|
@ -5,6 +5,10 @@ declare module '*.png' {
|
|||
export default '' as string;
|
||||
}
|
||||
|
||||
declare module '*.svg' {
|
||||
export default '' as string;
|
||||
}
|
||||
|
||||
type SvgrComponent = React.StatelessComponent<React.SVGAttributes<SVGElement>>;
|
||||
|
||||
declare module '*.svg?c' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue