Skip to content

Commit 74ef389

Browse files
committed
Export ConfirmationModalProps fixing re-export of showConfirmation in compass-indexes
1 parent 1feb335 commit 74ef389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-components/src/components/leafygreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { Checkbox } from '@leafygreen-ui/checkbox';
1010
import { Card } from '@leafygreen-ui/card';
1111
import { Code, Language, Panel } from '@leafygreen-ui/code';
1212
import ConfirmationModal from '@leafygreen-ui/confirmation-modal';
13+
export type { ConfirmationModalProps } from '@leafygreen-ui/confirmation-modal';
1314
import { Icon as LeafyGreenIcon } from '@leafygreen-ui/icon';
1415
import type { Size as LeafyGreenIconSize } from '@leafygreen-ui/icon';
1516
export type { GlyphName } from '@leafygreen-ui/icon';

0 commit comments

Comments
 (0)