FeaturesProps

import { type FeaturesProps} from '@/components/blocks/types.ts';
export type FeaturesProps = {
    icon?: string,
    heading: string,
    description: string
}

Props

The FeaturesProps type accepts the following props

Required Props

  1. heading (string)
  2. description (string)

Optional Props

  1. icon (string)
    • Description: Configuration for an optional icon to display on the button. Icons library