@cainiaofe/cn-ui-m
Version:
11 lines (10 loc) • 367 B
TypeScript
/// <reference types="react" />
import './styles/index.scss';
import { CnDrawerFooter } from './footer';
import { CnDrawerHeader } from './header';
import type { CnDrawerProps } from './types';
export declare const CnDrawer: import("react").FC<CnDrawerProps> & {
Header: typeof CnDrawerHeader;
Footer: typeof CnDrawerFooter;
};
export type { CnDrawerProps };