mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00
Pair checkboxes and fix twig indent
This commit is contained in:
@@ -22,8 +22,8 @@ export type TabItem = {
|
||||
|
||||
interface Props {
|
||||
label: string;
|
||||
value?: string;
|
||||
onChangeValue: (value: string) => void;
|
||||
value: string;
|
||||
tabs: TabItem[];
|
||||
tabListClassName?: string;
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user