File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 101101 export let spin = false ;
102102 export let inverse = false ;
103103 export let pulse = false ;
104- export let flip: string = ' ' ;
104+ export let flip: ' horizontal ' | ' vertical ' | undefined = undefined ;
105105 export let label: string = ' ' ;
106106 export let style: string = ' ' ;
107107 export { className as class };
Original file line number Diff line number Diff line change 5353
5454 export let width: number ;
5555 export let height: number ;
56- export let box: string | null = null ;
56+ export let box: string = ' 0 0 0 0 ' ;
5757
5858 export let spin = false ;
5959 export let inverse = false ;
6060 export let pulse = false ;
61- export let flip: string | null = null ;
61+ export let flip: string = ' none ' ;
6262
6363 // optionals
64- export let style: string | undefined = undefined ;
65- export let label: string | undefined = undefined ;
64+ export let style: string = ' ' ;
65+ export let label: string = ' ' ;
6666 </script >
You can’t perform that action at this time.
0 commit comments