Type alias Height

Height: h_0 | h_px | h_05 | h_1 | h_15 | h_2 | h_25 | h_3 | h_35 | h_4 | h_5 | h_6 | h_7 | h_8 | h_9 | h_10 | h_11 | h_12 | h_14 | h_16 | h_20 | h_24 | h_28 | h_32 | h_36 | h_40 | h_44 | h_48 | h_52 | h_56 | h_60 | h_64 | h_72 | h_80 | h_96 | h_auto | h_1_2 | h_1_3 | h_2_3 | h_1_4 | h_2_4 | h_3_4 | h_1_5 | h_2_5 | h_3_5 | h_4_5 | h_1_6 | h_2_6 | h_3_6 | h_4_6 | h_5_6 | h_full | h_screen | h_min | h_max | h_fit

Example

let value: Height //Only tailwindcss types
let value: string | Height //Your custom tailwindcss with only tailwindcss type

Description

You can refer to the official tailwind documentation

Description

You can refer to the typedoc

Since

Tailwind v3.2.7

Generated using TypeDoc