mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-19 18:13:33 +08:00
12 lines
211 B
TypeScript
12 lines
211 B
TypeScript
import { tailwindRunner, emptyResults } from "./runner";
|
|
|
|
tailwindRunner(
|
|
"Layout - Grid Auto Row",
|
|
emptyResults([
|
|
"auto-rows-auto",
|
|
"auto-rows-min",
|
|
"auto-rows-max",
|
|
"auto-rows-fr",
|
|
])
|
|
);
|