refactor(structured-list): make StructuredListWrapper default component

This commit is contained in:
Eric Liu 2019-12-31 15:47:45 -08:00
commit 0b30250e57
7 changed files with 33 additions and 31 deletions

View file

@ -3,8 +3,8 @@
export { className as class };
export let head = false;
export let label = false;
export let tabindex = '0';
export let style = undefined;
export let tabindex = '0';
import { cx } from '../../lib';
</script>