import * as React from 'react'; import type { MDXComponents } from 'mdx'; import { useMDXComponent } from 'next-contentlayer/hooks'; import Link from '@/components/Link'; import TablerSponsorsBanner from '@/components/TablerSponsorsBanner'; import Callout from '@/components/mdx/Callout'; import { Card, Cards } from '@/components/mdx/Cards'; import { Code, Pre } from '@/components/mdx/Code'; import ColorsTable from '@/components/mdx/ColorsTable'; import EmailsCount from '@/components/mdx/EmailsCount'; import FlagsTable from '@/components/mdx/FlagsTable'; import GuideImage from '@/components/mdx/GuideImage'; import IconsCount from '@/components/mdx/IconsCount'; import Image from '@/components/mdx/Image'; import PaymentsTable from '@/components/mdx/PaymentsTable'; import TablerLogos from '@/components/mdx/TablerLogos'; import { Tab, Tabs } from '@/components/mdx/Tabs'; import { TabsPackage } from '@/components/mdx/TabsPackage'; import { TipBad, TipGood, TipChanges } from '@/components/mdx/Tips'; import { OptionDescription, OptionTitle, OptionsTable } from '@/components/mdx/OptionsTable'; const components: MDXComponents = { // h1: ({ className, ...props }) => ( //

// ), // h2: ({ className, ...props }) => ( //

// ), // h3: ({ className, ...props }) => ( //

// ), // h4: ({ className, ...props }) => ( //

// ), // h5: ({ className, ...props }) => ( //

// ), // h6: ({ className, ...props }) => ( //
// ), // a: ({ className, ...props }) => ( // // ), // p: ({ className, ...props }) => ( //

// ), // ul: ({ className, ...props }) => ( //