UNPKG
@saas-ui/input-right-button
Version:
latest (1.4.2)
next (1.0.0-rc.0)
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
0.4.0-next.4
0.4.0-next.3
0.4.0-next.2
0.4.0-next.1
0.4.0-next.0
0.3.3
0.3.2
0.3.1
0.3.1-next.0
0.3.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
A input right button for Chakra UI
saas-ui.dev
saas-js/saas-ui
@saas-ui/input-right-button
/
dist
/
input-right-button.d.ts
4 lines
•
269 B
TypeScript
View Raw
1
2
3
4
import
{
ButtonProps
}
from
'@saas-ui/button'
;
export
type
InputRightButtonProps
=
ButtonProps
;
export
declare
const
InputRightButton
:
import
(
"@chakra-ui/system/dist/system.types"
).
ComponentWithAs
<
"div"
,
ButtonProps
>;
//# sourceMappingURL=input-right-button.d.ts.map