Skip to content

Commit

Permalink
docs: generate new api for plasma-core
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed Oct 3, 2023
1 parent ea70fb5 commit 134d62c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/plasma-core/api/plasma-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ export const buttonFocused = "var(--plasma-colors-button-focused)";
export const buttonPrimary = "var(--plasma-colors-button-primary)";

// @public
export interface ButtonProps<T = HTMLElement> extends Partial<PinProps>, FocusProps, OutlinedProps, DisabledProps, ShiftProps, BlurProps, AsProps, Omit<React.AnchorHTMLAttributes<T>, 'type'>, React.ButtonHTMLAttributes<T> {
export interface ButtonProps<T = HTMLElement> extends Partial<PinProps>, FocusProps, OutlinedProps, DisabledProps, ShiftProps, AsProps, Omit<React.AnchorHTMLAttributes<T>, 'type'>, React.ButtonHTMLAttributes<T> {
// @deprecated
blur?: keyof typeof blurs;
square?: boolean;
stretch?: boolean;
}
Expand Down

0 comments on commit 134d62c

Please sign in to comment.