Mod screen design

This commit is contained in:
Eric Bailey
2024-02-15 21:13:46 -06:00
parent abaf6e6bae
commit bfe7c2ff38
2 changed files with 260 additions and 157 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ import * as Toggle from '#/components/forms/Toggle'
export type ItemProps = Omit<Toggle.ItemProps, 'style' | 'role' | 'children'> &
AccessibilityProps &
React.PropsWithChildren<{testID?: string}>
React.PropsWithChildren<{
testID?: string
}>
export type GroupProps = Omit<Toggle.GroupProps, 'style' | 'type'> & {
multiple?: boolean