import { Separator } from '@/components/ui/separator'; import { Text } from '@/components/ui/text'; import { View } from '@/components/ui/view'; import React from 'react'; export function SeparatorThickness() { return ( Thin (1px) Medium (2px) Thick (4px) Extra thick (8px) ); }