MUI Docs Infra

Warning

This is an internal project, and is not intended for public use. No support or stability guarantees are provided.

Formats a greeting message.

PropertyTypeDescription
name
string

The name to greet

formal
boolean | undefined

Whether to use a formal greeting

Return Type
string
import { createTypes } from './createTypes';
import { formatGreeting } from './myFunction';

export const TypesFunction = createTypes(import.meta.url, formatGreeting);