init: initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { SuperComponent } from '../common/src/index';
|
||||
export default class ScrollView extends SuperComponent {
|
||||
externalClasses: string[];
|
||||
behaviors: string[];
|
||||
properties: {
|
||||
scrollIntoView: {
|
||||
type: StringConstructor;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user