UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

4 lines (2 loc) 120 B
export type Align = 'auto' | 'center' | 'end' | 'smart' | 'start'; export type TagNames = keyof HTMLElementTagNameMap;