File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
form/form-input/input-textarea
functions/user-functions/user-store Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const ToolSelectorWide: FC<ToolSelectorWideProps> = (props: ToolSelectorWideProp
2323 < Link
2424 className = 'large-tab'
2525 tabIndex = { - 1 }
26- to = { route }
26+ to = { route }
2727 >
2828 { title }
2929 </ Link >
Original file line number Diff line number Diff line change 11export { default as Button } from './Button'
2- export type {
3- ButtonSize ,
4- ButtonStyle ,
5- ButtonType
6- } from './Button'
2+ export
3+ // tslint:disable-next-line: no-unused-expression
4+ type { ButtonSize } from './Button'
5+ export
6+ // tslint:disable-next-line: no-unused-expression
7+ type { ButtonStyle } from './Button'
8+ export
9+ // tslint:disable-next-line: no-unused-expression
10+ type { ButtonType } from './Button'
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { FormFieldWrapper } from '../form-field-wrapper'
44
55import styles from './InputTextarea.module.scss'
66
7-
87interface InputTextareaProps {
98 readonly dirty ?: boolean
109 readonly disabled ?: boolean
Original file line number Diff line number Diff line change 11export { patchAsync as userPatchAsync } from './user-xhr.store'
2- export type { UserPatchRequest } from './user-xhr.store'
2+ export
3+ // tslint:disable-next-line: no-unused-expression
4+ type { UserPatchRequest } from './user-xhr.store'
You can’t perform that action at this time.
0 commit comments