feat(ordered-list): support native list styles

This commit is contained in:
Eric Liu 2020-10-29 13:45:25 -07:00
commit 095173a574
5 changed files with 52 additions and 9 deletions

6
types/index.d.ts vendored
View file

@ -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: {} };