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 e2fff80 commit 3fbf72bCopy full SHA for 3fbf72b
src/components/Drawer/DrawerContext.tsx
@@ -2,6 +2,8 @@ import React from 'react';
2
3
import {cn} from '../../utils/cn';
4
5
+import './Drawer.scss';
6
+
7
const b = cn('ydb-drawer');
8
9
export interface DrawerContextType {
0 commit comments