UNPKG

svelte

Version:

Cybernetically enhanced web apps

5 lines (4 loc) 202 B
import { Parser } from '../index'; import { Node } from 'estree'; import { Style } from '../../interfaces'; export default function read_style(parser: Parser, start: number, attributes: Node[]): Style;