import { Center, For, HStack, Stack, Text } from "@chakra-ui/react" const items = [ ["Fill", ["fill.muted", "fill.subtle", "fill.surface", "fill.solid"]], ["Outline", ["outline.subtle", "outline.solid"]], [ "Indicator", ["indicator.top", "indicator.bottom", "indicator.start", "indicator.end"], ], ] as const export const TokensLayerStyle = () => { return ( {([title, styles]) => ( layerStyle: {title.toLowerCase()}.* {(layerStyle) => (
{layerStyle}
)}
)}
) }