Home
last modified time | relevance | path

Searched defs:AttributeModifierWithKey (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
DarkComponent.d.ts36 declare type AttributeModifierWithKey = ModifierWithKey<number | string | boolean | object>; property in ArkLogConsole
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkComponent.ts32 type AttributeModifierWithKey = ModifierWithKey<number | string | boolean | object>; alias