Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface SettingsSectionProps

    interface SettingsSectionProps {
        children: ReactNode;
        footer?: string;
        title?: string;
    }
    Index

    Properties

    children: ReactNode
    footer?: string
    title?: string