mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
refactor(components): alphabetize exported props for scannability
This commit is contained in:
parent
d4abc1dfd3
commit
b1fe3de8ad
78 changed files with 265 additions and 264 deletions
|
@ -1,12 +1,12 @@
|
|||
<script>
|
||||
let className = undefined;
|
||||
export { className as class };
|
||||
export let selected = 0;
|
||||
export let iconDescription = 'Show menu options';
|
||||
export let role = 'navigation';
|
||||
export let type = 'default';
|
||||
export let triggerHref = '#';
|
||||
export let selected = 0;
|
||||
export let style = undefined;
|
||||
export let triggerHref = '#';
|
||||
export let type = 'default';
|
||||
|
||||
import { createEventDispatcher, setContext } from 'svelte';
|
||||
import { writable, derived } from 'svelte/store';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue