Skip to content

Commit

Permalink
Group props inside provider controls
Browse files Browse the repository at this point in the history
adeira-source-id: 16c518ce8a50b40d3105f97253c2197a37b6bfde
  • Loading branch information
itsdouges authored and triplex-bot committed Dec 31, 2024
1 parent dcc27b2 commit 05e8e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/test-fixture/.triplex/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ import { useEffect } from "react";

const Provider: React.FC<{
children: React.ReactNode;
/** @group Foo */
foofoo?: boolean;
/** @group Foo */
barbar?: "foo" | "baz";
/** @group Foo */
batbat?: number;
/** @group Foo */
bazbaz?: string;
/** @group Bar */
bgColor?: string;
}> = ({
children,
Expand Down

0 comments on commit 05e8e6d

Please sign in to comment.