1 2 3 4 5 6 7
package moe.nea89.website interface ScrollIntoViewOptions { var behavior: String var block: String var inline: String }