TypeScript and Flow definitions for CSS.
pnpm add csstype --save-dev
import type { Property } from 'csstype'; interface CustomElement { textAlign?: Property.TextAlign; }