Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
215 Bytes
import type { SystemStyleObject } from "./css.types"
export const EMPTY_STYLES = Object.freeze({} as SystemStyleObject)
export const EMPTY_SLOT_STYLES = Object.freeze(
{} as Record<string, SystemStyleObject>,
)