mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(ordered-list): support native list styles
This commit is contained in:
parent
18cbd5c781
commit
095173a574
5 changed files with 52 additions and 9 deletions
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
|
@ -2893,6 +2893,12 @@ export class OrderedList extends CarbonSvelteComponent {
|
|||
* @default false
|
||||
*/
|
||||
nested?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to use native list styles
|
||||
* @default false
|
||||
*/
|
||||
native?: boolean;
|
||||
};
|
||||
|
||||
$$slot_def: { default: {} };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue