export type BaseCSSValues = 'inherit' | 'initial' | 'unset';
