mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
* 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