Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Oct 16, 2024
1 parent c9a293d commit 8f2b2ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/common/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export interface CommonComponentProps extends CommonLayoutProps {
cadModel?: CadModelProp
children?: any
symbolName?: string
width?: string | number
height?: string | number
}

export const commonComponentProps = commonLayoutProps
Expand All @@ -100,8 +98,6 @@ export const commonComponentProps = commonLayoutProps
cadModel: cadModelProp.optional(),
children: z.any().optional(),
symbolName: z.string().optional(),
width: distance.optional(),
height: distance.optional(),
})

type InferredCommonComponentProps = z.input<typeof commonComponentProps>
Expand Down

0 comments on commit 8f2b2ae

Please sign in to comment.