Files
teleport/web/@types
Grzegorz Zdunek c3603e50b4 Clean up styles config (#43850)
* Add types for `css` prop instead of importing it implicitly from `@emotion/core`

* Move `styled-system.d.ts` to `packages/design`

The `styled-system` package is installed there (it has to be reachable from the declaration file).

* Remove `border` from `FeatureHeader`

We don't pass any props that would use it. That's also the only import of `styled-system` outside of `packages/design`.

* Remove `grpc` path, it is used only in one place
2024-07-05 13:50:18 +00:00
..