Searched refs:appStorageProp (Results 1 – 2 of 2) sorted by relevance
948 const appStorageProp = AppStorage.__createSync<T>(storagePropName, defaultValue,953 appStorageProp?.setDecoratorInfo('@StorageProp');954 return appStorageProp;
7026 …const appStorageProp = AppStorage.__createSync(storagePropName, defaultValue, (source) => (source … constant7029 …appStorageProp === null || appStorageProp === void 0 ? void 0 : appStorageProp.setDecoratorInfo('@…7030 return appStorageProp;