Skip to content

Commit

Permalink
docs: regenerate api reports
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed May 28, 2024
1 parent b6c9901 commit 6ec4df6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/sdds-serv/api/sdds-serv.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,38 @@ export { h5 }

export { h5Bold }

// @public
export const IconButton: FunctionComponent<PropsType< {
view: {
default: string;
accent: string;
secondary: string;
clear: string;
success: string;
warning: string;
critical: string;
dark: string;
black: string;
white: string;
};
size: {
l: string;
lr: string;
m: string;
mr: string;
s: string;
sr: string;
xs: string;
xsr: string;
};
disabled: {
true: string;
};
focused: {
true: string;
};
}> & ButtonProps_2<HTMLElement> & RefAttributes<HTMLButtonElement>>;

// @public
const Image_2: FunctionComponent<PropsType<Variants> & ImgHTMLAttributes<HTMLImageElement> & {
base?: "img" | "div" | undefined;
Expand Down

0 comments on commit 6ec4df6

Please sign in to comment.