style: reformat code
parent
88d5661e0c
commit
2d36d6b510
|
|
@ -74,7 +74,7 @@ interface ViewedRowPersistBase {
|
||||||
* - 'custom' → 用户自定义存储适配器,storage 必传
|
* - 'custom' → 用户自定义存储适配器,storage 必传
|
||||||
*/
|
*/
|
||||||
export type ViewedRowPersistOptions =
|
export type ViewedRowPersistOptions =
|
||||||
({
|
| ({
|
||||||
/** IndexedDB 数据库名称,默认 'viewed-table-db' */
|
/** IndexedDB 数据库名称,默认 'viewed-table-db' */
|
||||||
dbName?: string;
|
dbName?: string;
|
||||||
/** IndexedDB 数据库版本,默认 1 */
|
/** IndexedDB 数据库版本,默认 1 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue