UNPKG

@lui-ui/lui-vue

Version:

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

16 lines (15 loc) 327 B
export declare enum IconSizeEnum { none = "", xs = "text-xs", sm = "text-sm", md = "text-base", 'xl' = "text-xl", '2xl' = "text-2xl", '3xl' = "text-3xl", '4xl' = "text-4xl", '5xl' = "text-5xl", '6xl' = "text-6xl", '7xl' = "text-7xl", '8xl' = "text-8xl", '9xl' = "text-9xl" }