-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: ✏️ Do not generate docs from tests
- Loading branch information
Showing
3 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[@phun-ky/frameport](../README.md) / constants | ||
|
||
# Module: constants | ||
|
||
## Variables | ||
|
||
### DEFAULT\_HEADERS | ||
|
||
• `Const` **DEFAULT\_HEADERS**: `string`[] | ||
|
||
Default meta headers for an HTML document. | ||
|
||
#### Defined in | ||
|
||
[constants/index.ts:27](https://github.com/phun-ky/frameport/blob/main/src/constants/index.ts#L27) | ||
|
||
___ | ||
|
||
### HIDE\_TEMPLATE\_STYLE | ||
|
||
• `Const` **HIDE\_TEMPLATE\_STYLE**: `Object` | ||
|
||
Style object for hiding an element in the HTML. | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `clip` | `string` | | ||
| `height` | `string` | | ||
| `margin` | `string` | | ||
| `overflow` | `string` | | ||
| `position` | `string` | | ||
| `width` | `string` | | ||
|
||
#### Defined in | ||
|
||
[constants/index.ts:6](https://github.com/phun-ky/frameport/blob/main/src/constants/index.ts#L6) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters