framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
16 lines (11 loc) • 305 B
TypeScript
import Framework7, { CSSSelector, Framework7EventsClass, Framework7Plugin } from '../app/app-class';
export namespace Timeline {
interface AppMethods {
}
interface AppParams {
}
interface AppEvents {
}
}
declare const TimelineComponent: Framework7Plugin;
export default TimelineComponent;