--- import LineState from '../models/LineState'; export interface Props { line: LineState; stroke?: number; } const {line, stroke} = Astro.props; ---