feat(file-uploader): add size prop to FileUploaderButton

This commit is contained in:
metonym 2023-07-23 14:51:23 -07:00
commit e146d7424e
8 changed files with 70 additions and 5 deletions

View file

@ -54,6 +54,12 @@ export interface FileUploaderProps extends RestProps {
*/
kind?: import("../Button/Button.svelte").ButtonProps["kind"];
/**
* Specify the size of the file uploader button
* @default "small"
*/
size?: import("../Button/Button.svelte").ButtonProps["size"];
/**
* Specify the button label
* @default ""