UNPKG

@meshconnect/react-native-link-sdk

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