UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

8 lines (5 loc) 181 B
import {buildTheme, type RootTheme} from '@sanity/ui/theme' export * from './_legacy' export * from './types' /** @internal */ export const defaultTheme: RootTheme = buildTheme()