Skip to content

Commit

Permalink
chore: implement feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shleewhite committed Feb 28, 2023
1 parent 57851ef commit 6a10a07
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,7 +1,8 @@
import * as React from 'react';
import {Box} from '@twilio-paste/box';
import type {BoxProps} from '@twilio-paste/box';

export const StyledMinimizableDialog: React.FC<{element?: string; children: React.ReactNode}> = ({
export const StyledMinimizableDialog: React.FC<React.PropsWithChildren<Pick<BoxProps, 'element'>>> = ({
element,
children,
}) => (
Expand Down

0 comments on commit 6a10a07

Please sign in to comment.