UNPKG

@hashicorp/design-system-components

Version:
10 lines (9 loc) 219 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export declare function initialize(): Promise<void>; declare const _default: { initialize: typeof initialize; }; export default _default;