mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(list): add available options for lines property
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1143,7 +1143,7 @@ declare global {
|
||||
*/
|
||||
'inset': boolean;
|
||||
/**
|
||||
* How the bottom border should be displayed on all items.
|
||||
* How the bottom border should be displayed on all items. Available options: `"full"`, `"inset"`, `"none"`.
|
||||
*/
|
||||
'lines': 'full' | 'inset' | 'none';
|
||||
/**
|
||||
@ -4760,7 +4760,7 @@ declare global {
|
||||
*/
|
||||
'inset'?: boolean;
|
||||
/**
|
||||
* How the bottom border should be displayed on all items.
|
||||
* How the bottom border should be displayed on all items. Available options: `"full"`, `"inset"`, `"none"`.
|
||||
*/
|
||||
'lines'?: 'full' | 'inset' | 'none';
|
||||
}
|
||||
|
Reference in New Issue
Block a user