export type Align = 'auto' | 'center' | 'end' | 'smart' | 'start';

export type TagNames = keyof HTMLElementTagNameMap;
