Skip to content

Commit

Permalink
Update index.d.ts (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed May 13, 2021
1 parent da02977 commit 24fce0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/form/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ interface InputFileProps {
filename?: string;
value?: FileList;
fullwidth?: boolean;
aling?: 'center' | 'right';
align?: 'center' | 'right';
boxed?: boolean;
label?: string;
icon?: React.ReactElement;
Expand Down Expand Up @@ -116,4 +116,4 @@ declare const Form: {
InputFile: BulmaComponent<InputFileProps, 'div'>;
};

export default Form;
export default Form;

0 comments on commit 24fce0b

Please sign in to comment.