mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-31 17:58:41 -04:00
Renamed components
This commit is contained in:
@@ -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 */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user