@gitlab/ui
Version:
GitLab UI Components
9 lines (6 loc) • 301 B
JavaScript
var description = "# Dropdown Text\n\n<!-- STORY -->\n\n## Usage\n\nThe dropdown text component is meant to be used for text entries inside a dropdown component.\n";
var dropdown_text_documentation = {
description,
bootstrapComponent: 'b-dropdown'
};
export default dropdown_text_documentation;