UNPKG

@meshconnect/react-native-link-sdk

Version:
6 lines (5 loc) 142 B
interface LinkStyle { th?: string; } export declare const decodeLinkStyle: (encoded?: string | null) => LinkStyle | undefined; export {};