UNPKG

@sanity/ui

Version:

The Sanity UI components.

9 lines (7 loc) 249 B
import type {StyledObject} from 'styled-components' /** * Work around types that are missing in `styled-components@6` * https://github.com/styled-components/styled-components/issues/4062 * @internal */ export type CSSObject = StyledObject<any>