diff --git a/src/components/form/index.d.ts b/src/components/form/index.d.ts index 16eb2423..13ab8fb3 100644 --- a/src/components/form/index.d.ts +++ b/src/components/form/index.d.ts @@ -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; @@ -116,4 +116,4 @@ declare const Form: { InputFile: BulmaComponent; }; -export default Form; \ No newline at end of file +export default Form;