fix: Unable to access icon picker (from ts migration)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
const Button = styled.button<{
|
||||
const Button = styled.button.attrs(() => ({ type: "button" }))<{
|
||||
width?: number;
|
||||
height?: number;
|
||||
size?: number;
|
||||
|
||||
Reference in New Issue
Block a user