Renamed components

This commit is contained in:
squidfunk
2019-12-22 17:18:20 +01:00
parent e04387902c
commit 37b3870133
8 changed files with 20 additions and 20 deletions

View File

@@ -34,17 +34,17 @@ import { getElement } from "utilities"
* Component names
*/
export type Component =
| "header" /* Header */
| "title" /* Header title */
| "search" /* Search */
| "query" /* Search input */
| "reset" /* Search reset */
| "result" /* Search results */
| "container" /* Container */
| "main" /* Main area */
| "header" /* Header */
| "header-title" /* Header title */
| "hero" /* Hero */
| "tabs" /* Tabs */
| "main" /* Main area */
| "navigation" /* Navigation */
| "search" /* Search */
| "search-query" /* Search input */
| "search-reset" /* Search reset */
| "search-result" /* Search results */
| "tabs" /* Tabs */
| "toc" /* Table of contents */
/**