mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:29:29 +08:00
4 lines
202 B
Text
4 lines
202 B
Text
import { Parser } from '../index';
|
|
import { Node } from 'estree';
|
|
import { Style } from '../../interfaces';
|
|
export default function read_style(parser: Parser, start: number, attributes: Node[]): Style;
|