Skip to main content

Heading

For sectioning bodies of text or content, like for a menu title.

Types

HeadingProps

interface HeadingProps {
...TextProps
HeadingSizeFusion.UsedAs<number>?
TextSizeFusion.UsedAs<number>?
}
Show raw api
{
    "functions": [],
    "properties": [],
    "types": [
        {
            "name": "HeadingProps",
            "desc": "",
            "fields": [
                {
                    "name": "...",
                    "lua_type": "TextProps",
                    "desc": ""
                },
                {
                    "name": "HeadingSize",
                    "lua_type": "Fusion.UsedAs<number>?",
                    "desc": ""
                },
                {
                    "name": "TextSize",
                    "lua_type": "Fusion.UsedAs<number>?",
                    "desc": ""
                }
            ],
            "source": {
                "line": 32,
                "path": "src/Components/Heading.luau"
            }
        }
    ],
    "name": "Heading",
    "desc": "For sectioning bodies of text or content, like for a menu title.",
    "source": {
        "line": 6,
        "path": "src/Components/Heading.luau"
    }
}