Type alias RemoveTonConnectPrefix<T>

RemoveTonConnectPrefix<T>: 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

Generated using TypeDoc