Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 13dd4bf

Browse files
committed
chore: rename props
1 parent 9152bd8 commit 13dd4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/layout/src/spacer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface SpacerProps extends HTMLChakraProps<'div'> {}
1010
* @see Docs https://chakra-ui.com/docs/layout/flex#using-the-spacer
1111
*/
1212
export const CSpacer = defineComponent({
13-
setup(propss, { slots }) {
13+
setup(_, { slots }) {
1414
return () => {
1515
return h(
1616
chakra('div', {

0 commit comments

Comments
 (0)