8 lines
101 B
JavaScript

Component({
props: {
className: '',
overflowCount: 99,
text: '',
dot: false
}
});