mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor: follow array-type lint rule
This commit is contained in:
@@ -19,12 +19,12 @@ export interface WheelSelectorOptions {
|
||||
/**
|
||||
* The items to display (array of items).
|
||||
*/
|
||||
items: Array<Array<WheelSelectorItem>>;
|
||||
items: WheelSelectorItem[][];
|
||||
|
||||
/**
|
||||
* Which items to display by default.
|
||||
*/
|
||||
defaultItems?: Array<DefaultItem>;
|
||||
defaultItems?: DefaultItem[];
|
||||
|
||||
/**
|
||||
* The 'ok' button text
|
||||
|
||||
Reference in New Issue
Block a user