-
Notifications
You must be signed in to change notification settings - Fork 0
docs: generate API reference docs from TS packages #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pkosiec
wants to merge
2
commits into
main
Choose a base branch
from
pkosiec/docs-api-reference
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,17 @@ | ||
| # Function: Accordion() | ||
|
|
||
| ```ts | ||
| function Accordion(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/accordion.tsx:7](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/accordion.tsx#L7) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AccordionSingleProps` \| `AccordionMultipleProps` & `RefAttributes`\<`HTMLDivElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` | ||
This file contains hidden or 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,17 @@ | ||
| # Function: AccordionContent() | ||
|
|
||
| ```ts | ||
| function AccordionContent(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/accordion.tsx:48](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/accordion.tsx#L48) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AccordionContentProps` & `RefAttributes`\<`HTMLDivElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AccordionItem() | ||
|
|
||
| ```ts | ||
| function AccordionItem(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/accordion.tsx:13](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/accordion.tsx#L13) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AccordionItemProps` & `RefAttributes`\<`HTMLDivElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AccordionTrigger() | ||
|
|
||
| ```ts | ||
| function AccordionTrigger(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/accordion.tsx:26](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/accordion.tsx#L26) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AccordionTriggerProps` & `RefAttributes`\<`HTMLButtonElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: Alert() | ||
|
|
||
| ```ts | ||
| function Alert(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert.tsx:22](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert.tsx#L22) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `ClassAttributes`\<`HTMLDivElement`\> & `HTMLAttributes`\<`HTMLDivElement`\> & `VariantProps`\<(`props?`) => `string`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDescription() | ||
|
|
||
| ```ts | ||
| function AlertDescription(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert.tsx:50](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert.tsx#L50) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `DetailedHTMLProps`\<`HTMLAttributes`\<`HTMLDivElement`\>\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialog() | ||
|
|
||
| ```ts | ||
| function AlertDialog(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:7](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L7) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogProps` | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogAction() | ||
|
|
||
| ```ts | ||
| function AlertDialogAction(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:119](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L119) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogActionProps` & `RefAttributes`\<`HTMLButtonElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogCancel() | ||
|
|
||
| ```ts | ||
| function AlertDialogCancel(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:131](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L131) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogCancelProps` & `RefAttributes`\<`HTMLButtonElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogContent() | ||
|
|
||
| ```ts | ||
| function AlertDialogContent(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:45](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L45) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogContentProps` & `RefAttributes`\<`HTMLDivElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
17 changes: 17 additions & 0 deletions
17
docs/docs/api/appkit-ui/functions/AlertDialogDescription.md
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogDescription() | ||
|
|
||
| ```ts | ||
| function AlertDialogDescription(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:106](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L106) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogDescriptionProps` & `RefAttributes`\<`HTMLParagraphElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogFooter() | ||
|
|
||
| ```ts | ||
| function AlertDialogFooter(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:77](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L77) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `DetailedHTMLProps`\<`HTMLAttributes`\<`HTMLDivElement`\>\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogHeader() | ||
|
|
||
| ```ts | ||
| function AlertDialogHeader(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:64](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L64) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `DetailedHTMLProps`\<`HTMLAttributes`\<`HTMLDivElement`\>\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogOverlay() | ||
|
|
||
| ```ts | ||
| function AlertDialogOverlay(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:29](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L29) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogOverlayProps` & `RefAttributes`\<`HTMLDivElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogPortal() | ||
|
|
||
| ```ts | ||
| function AlertDialogPortal(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:21](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L21) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogPortalProps` | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogTitle() | ||
|
|
||
| ```ts | ||
| function AlertDialogTitle(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:93](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L93) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogTitleProps` & `RefAttributes`\<`HTMLHeadingElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertDialogTrigger() | ||
|
|
||
| ```ts | ||
| function AlertDialogTrigger(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert-dialog.tsx:13](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert-dialog.tsx#L13) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AlertDialogTriggerProps` & `RefAttributes`\<`HTMLButtonElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AlertTitle() | ||
|
|
||
| ```ts | ||
| function AlertTitle(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/alert.tsx:37](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/alert.tsx#L37) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `DetailedHTMLProps`\<`HTMLAttributes`\<`HTMLDivElement`\>\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
This file contains hidden or 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,17 @@ | ||
| # Function: AspectRatio() | ||
|
|
||
| ```ts | ||
| function AspectRatio(__namedParameters): Element; | ||
| ``` | ||
|
|
||
| Defined in: [packages/appkit-ui/src/react/ui/aspect-ratio.tsx:5](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/ui/aspect-ratio.tsx#L5) | ||
|
|
||
| ## Parameters | ||
|
|
||
| | Parameter | Type | | ||
| | ------ | ------ | | ||
| | `__namedParameters` | `AspectRatioProps` & `RefAttributes`\<`HTMLDivElement`\> | | ||
|
|
||
| ## Returns | ||
|
|
||
| `Element` |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are all these auto generated?