mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 22:39:29 +08:00
3 lines
211 B
Text
3 lines
211 B
Text
import AttributeWrapper from './Attribute';
|
|
import BindingWrapper from './Binding';
|
|
export default function handle_select_value_binding(attr: AttributeWrapper | BindingWrapper, dependencies: Set<string>): void;
|