interface Options {
    animationDuration: number;
    headerSize: number;
}

Hierarchy

  • IOptions
    • Options

Properties

animationDuration: number
headerSize: number