mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
* Reporting generated files * Update vault reporting addon (#30264) * Update yarn.lock based on main * Update vault-reporting addon
16 lines
489 B
TypeScript
16 lines
489 B
TypeScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
/**
|
|
* Applies and updates a custom CSS property based on updates to a tracked/computed ember value.
|
|
*/
|
|
declare const _default: import("ember-modifier").FunctionBasedModifier<{
|
|
Args: {
|
|
Positional: [string, string];
|
|
Named: import("ember-modifier/-private/signature").EmptyObject;
|
|
};
|
|
Element: HTMLElement;
|
|
}>;
|
|
export default _default;
|
|
//# sourceMappingURL=css-custom-property.d.ts.map
|