@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 306 B
JavaScript
import examples from './examples';
var description = "## Usage\n\nAvatars are used to represent a unique entity, be it a person, a group, or a project.\n";
var avatar_documentation = {
followsDesignSystem: true,
description: description,
examples: examples
};
export default avatar_documentation;