/* class should be prefixed with `d-{type}` */ export type Display = | 'initial' | 'block' | 'inline' | 'inline-block' | 'flex' | 'inline-flex' | 'none' | 'hide' | 'visible' | 'invisible';