UNPKG

svelte

Version:

Cybernetically enhanced web apps

14 lines (13 loc) 337 B
import { Parser } from '../index'; import { Node } from '../../interfaces'; export default function read_style(parser: Parser, start: number, attributes: Node[]): { start: number; end: number; attributes: Node[]; children: any; content: { start: number; end: number; styles: string; }; };