We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feb335 commit 74ef389Copy full SHA for 74ef389
packages/compass-components/src/components/leafygreen.tsx
@@ -10,6 +10,7 @@ import { Checkbox } from '@leafygreen-ui/checkbox';
10
import { Card } from '@leafygreen-ui/card';
11
import { Code, Language, Panel } from '@leafygreen-ui/code';
12
import ConfirmationModal from '@leafygreen-ui/confirmation-modal';
13
+export type { ConfirmationModalProps } from '@leafygreen-ui/confirmation-modal';
14
import { Icon as LeafyGreenIcon } from '@leafygreen-ui/icon';
15
import type { Size as LeafyGreenIconSize } from '@leafygreen-ui/icon';
16
export type { GlyphName } from '@leafygreen-ui/icon';
0 commit comments