Skip to content

Commit

Permalink
Merge pull request #2 from Razz21/develop
Browse files Browse the repository at this point in the history
fix: lint
  • Loading branch information
Razz21 authored Mar 5, 2025
2 parents 99472bb + 0a021a6 commit 2df7cdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
import { Slider } from "@/components/ui/slider";
import { cn } from "@/lib/utils";


export type ControlLabelProps = { label: ReactNode } & Omit<ComponentProps<"div">, "onChange">;

export function ControlLabel({ label, children, className, ...rest }: ControlLabelProps) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as Controls from "./controls";
import { Textarea } from "@/components/ui/textarea";
import { Toggle } from "@/components/ui/toggle";


export type TextBoxControlsProps = {
properties: Partial<Textbox>;
handleValueChange: (key: keyof Textbox) => (value: unknown) => void;
Expand Down

0 comments on commit 2df7cdb

Please sign in to comment.