Skip to content

Commit

Permalink
Build & Release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robuddybot committed Dec 25, 2024
1 parent 0f1de5f commit e91fa9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions dist/components/Divider.d.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
type Props = Partial<{
/** Removes the line, simply adding a gap. */
/** Divider can divide content without creating a dividing line. */
hidden: boolean;
/** Rotate the divider to vertical. */
/** Divide content vertically. */
vertical: boolean;
}>;
/**
*
* ## Dimmer
* Dims surrounding area to emphasize content placed inside.
*
* Content is automatically centered inside the dimmer.
* ## Divider
* Draws a horizontal or vertical line, dividing a section into groups.
* Works like the good old `<hr>` element, but it's fancier.
*/
export declare function Divider(props: Props): import("react/jsx-runtime").JSX.Element;
export {};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tgui-core",
"version": "1.5.2",
"version": "1.5.3",
"description": "TGUI core component library",
"keywords": ["TGUI", "library", "typescript"],
"files": ["dist"],
Expand Down

0 comments on commit e91fa9a

Please sign in to comment.