Urara-Blog/node_modules/.pnpm-store/v3/files/ee/333079e54849d6dfb6cb288f1c0a0d27dc86b89f0c447d5128a0ac1539df8ff5f3be039c0d1fe85ecdd60520c6cd10ff76d4cbfc4a28c6bcf0ed6d105df36a
2022-08-14 01:14:53 +08:00

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;