import { colors } from '@/config/tabler'; type Color = { name: string value: string variable?: string } export default function ColorsTable({ name }: { name: string }) { if (!colors[name]) { return null; } return (
{color.value}
{color.variable}
*/}
{/*