Documentation
    Preparing search index...

    Type Alias RemoveTonConnectPrefix<T>

    RemoveTonConnectPrefix: T extends `ton-connect-ui-${infer Rest}`
        ? Rest
        : T extends `ton-connect-${infer Rest}` ? Rest : T

    Removes the ton-connect- and ton-connect-ui- prefixes from the given string.

    Type Parameters

    • T