From efef7cb7d9ee9213179bed437b339181df896f46 Mon Sep 17 00:00:00 2001 From: Peace Date: Thu, 4 Sep 2025 11:16:34 +0900 Subject: [PATCH] dtk --- .../components/ui/gluestack-ui-token.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 expo.project/components/ui/gluestack-ui-token.ts diff --git a/expo.project/components/ui/gluestack-ui-token.ts b/expo.project/components/ui/gluestack-ui-token.ts new file mode 100755 index 0000000..1f35084 --- /dev/null +++ b/expo.project/components/ui/gluestack-ui-token.ts @@ -0,0 +1,19 @@ +export const GS = { + size: { + xs: "xs", + sm: "sm", + md: "md", + lg: "lg", + }, + variant: { + solid: "solid", + outline: "outline", + link: "link", + }, + action: { + primary: "primary", + secondary: "secondary", + positive: "positive", + negative: "negative", + }, +} as const;