UNPKG

@arwes/core

Version:

Futuristic Sci-Fi UI Web Framework

5 lines (4 loc) 233 B
import type { Properties as CSSProperties } from 'csstype'; import { type AppTheme } from '@arwes/theme'; declare const createAppStylesBaseline: (theme: AppTheme) => Record<string, CSSProperties>; export { createAppStylesBaseline };