import { textStyles } from 'virtual:panda' import { panda } from '../../styled-system/jsx' import * as context from '../lib/panda-context' import { EmptyState } from './empty-state' import { TextStylesIcon } from './icons' import { TokenContent } from './token-content' import { TokenGroup } from './token-group' export default function TextStyles() { const keys = Object.keys(context.textStyles) return ( {keys?.length !== 0 ? ( keys.map((name) => ( {name} Panda textStyles are time saving