mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-22 11:59:14 +08:00
5 lines
373 B
Text
5 lines
373 B
Text
import Attribute from '../../../nodes/Attribute';
|
|
import { Expression as ESTreeExpression } from 'estree';
|
|
export declare function get_class_attribute_value(attribute: Attribute): ESTreeExpression;
|
|
export declare function get_attribute_value(attribute: Attribute): ESTreeExpression;
|
|
export declare function get_attribute_expression(attribute: Attribute): ESTreeExpression;
|