UNPKG

@hashicorp/design-system-components

Version:
17 lines (12 loc) 725 B
import templateOnlyComponent from '@ember/component/template-only'; import { precompileTemplate } from '@ember/template-compilation'; import { setComponentTemplate } from '@ember/component'; var TEMPLATE = precompileTemplate("{{!\n Copyright (c) HashiCorp, Inc.\n SPDX-License-Identifier: MPL-2.0\n}}\n\n<Hds::Text::Body @tag=\"p\" @size=\"100\" class=\"hds-code-block__description\" ...attributes>\n {{yield}}\n</Hds::Text::Body>"); /** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ const HdsCodeBlockDescription = templateOnlyComponent(); var description = setComponentTemplate(TEMPLATE, HdsCodeBlockDescription); export { description as default }; //# sourceMappingURL=description.js.map