Type alias TopRightBottomLeft

TopRightBottomLeft: inset_0 | inset_x_0 | inset_y_0 | top_0 | right_0 | bottom_0 | left_0 | inset_px | inset_x_px | inset_y_px | top_px | right_px | bottom_px | left_px | inset_05 | inset_x_05 | inset_y_05 | top_05 | right_05 | bottom_05 | left_05 | inset_1 | inset_x_1 | inset_y_1 | top_1 | right_1 | bottom_1 | left_1 | inset_15 | inset_x_15 | inset_y_15 | top_15 | right_15 | bottom_15 | left_15 | inset_2 | inset_x_2 | inset_y_2 | top_2 | right_2 | bottom_2 | left_2 | inset_25 | inset_x_25 | inset_y_25 | top_25 | right_25 | bottom_25 | left_25 | inset_3 | inset_x_3 | inset_y_3 | top_3 | right_3 | bottom_3 | left_3 | inset_35 | inset_x_35 | inset_y_35 | top_35 | right_35 | bottom_35 | left_35 | inset_4 | inset_x_4 | inset_y_4 | top_4 | right_4 | bottom_4 | left_4 | inset_5 | inset_x_5 | inset_y_5 | top_5 | right_5 | bottom_5 | left_5 | inset_6 | inset_x_6 | inset_y_6 | top_6 | right_6 | bottom_6 | left_6 | inset_7 | inset_x_7 | inset_y_7 | top_7 | right_7 | bottom_7 | left_7 | inset_8 | inset_x_8 | inset_y_8 | top_8 | right_8 | bottom_8 | left_8 | inset_9 | inset_x_9 | inset_y_9 | top_9 | right_9 | bottom_9 | left_9 | inset_10 | inset_x_10 | inset_y_10 | top_10 | right_10 | bottom_10 | left_10 | inset_11 | inset_x_11 | inset_y_11 | top_11 | right_11 | bottom_11 | left_11 | inset_12 | inset_x_12 | inset_y_12 | top_12 | right_12 | bottom_12 | left_12 | inset_14 | inset_x_14 | inset_y_14 | top_14 | right_14 | bottom_14 | left_14 | inset_16 | inset_x_16 | inset_y_16 | top_16 | right_16 | bottom_16 | left_16 | inset_20 | inset_x_20 | inset_y_20 | top_20 | right_20 | bottom_20 | left_20 | inset_24 | inset_x_24 | inset_y_24 | top_24 | right_24 | bottom_24 | left_24 | inset_28 | inset_x_28 | inset_y_28 | top_28 | right_28 | bottom_28 | left_28 | inset_32 | inset_x_32 | inset_y_32 | top_32 | right_32 | bottom_32 | left_32 | inset_36 | inset_x_36 | inset_y_36 | top_36 | right_36 | bottom_36 | left_36 | inset_40 | inset_x_40 | inset_y_40 | top_40 | right_40 | bottom_40 | left_40 | inset_44 | inset_x_44 | inset_y_44 | top_44 | right_44 | bottom_44 | left_44 | inset_48 | inset_x_48 | inset_y_48 | top_48 | right_48 | bottom_48 | left_48 | inset_52 | inset_x_52 | inset_y_52 | top_52 | right_52 | bottom_52 | left_52 | inset_56 | inset_x_56 | inset_y_56 | top_56 | right_56 | bottom_56 | left_56 | inset_60 | inset_x_60 | inset_y_60 | top_60 | right_60 | bottom_60 | left_60 | inset_64 | inset_x_64 | inset_y_64 | top_64 | right_64 | bottom_64 | left_64 | inset_72 | inset_x_72 | inset_y_72 | top_72 | right_72 | bottom_72 | left_72 | inset_80 | inset_x_80 | inset_y_80 | top_80 | right_80 | bottom_80 | left_80 | inset_96 | inset_x_96 | inset_y_96 | top_96 | right_96 | bottom_96 | left_96 | inset_auto | inset_1_2 | inset_1_3 | inset_2_3 | inset_1_4 | inset_2_4 | inset_3_4 | inset_full | inset_x_auto | inset_x_1_2 | inset_x_1_3 | inset_x_2_3 | inset_x_1_4 | inset_x_2_4 | inset_x_3_4 | inset_x_full | inset_y_auto | inset_y_1_2 | inset_y_1_3 | inset_y_2_3 | inset_y_1_4 | inset_y_2_4 | inset_y_3_4 | inset_y_full | top_auto | top_1_2 | top_1_3 | top_2_3 | top_1_4 | top_2_4 | top_3_4 | top_full | right_auto | right_1_2 | right_1_3 | right_2_3 | right_1_4 | right_2_4 | right_3_4 | right_full | bottom_auto | bottom_1_2 | bottom_1_3 | bottom_2_3 | bottom_1_4 | bottom_2_4 | bottom_3_4 | bottom_full | left_auto | left_1_2 | left_1_3 | left_2_3 | left_1_4 | left_2_4 | left_3_4 | left_full

Example

let value: TopRightBottomLeft //Only tailwindcss types
let value: string | TopRightBottomLeft //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