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

    Interface ManifestProviderProps

    interface ManifestProviderProps {
        children: ReactNode;
        manifest: TeleforgeManifest;
    }
    Index

    Properties

    Properties

    children: ReactNode