fix eslint, lint compliance
This commit is contained in:
parent
b84a3b22dc
commit
e7acbd72fa
5 changed files with 7 additions and 15 deletions
|
@ -10,8 +10,7 @@ interface PaddingProps extends Roact.JsxInstanceProperties<UIPadding> {
|
|||
Change?: Roact.JsxInstanceChangeEvents<UIPadding>
|
||||
}
|
||||
|
||||
const padding: Hooks.FC<PaddingProps> = (props, hooks) => {
|
||||
const {} = hooks
|
||||
const padding: Hooks.FC<PaddingProps> = (props, _hooks) => {
|
||||
const { Padding, PaddingX, PaddingY } = props
|
||||
|
||||
const spreadableProps = { ...props } as Partial<PaddingProps>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue