删掉无用属性 id

This commit is contained in:
liaoxuezhi 2019-08-22 11:57:43 +08:00
parent 862968d1c9
commit 292086aead

View File

@ -17,11 +17,9 @@
*/
import React from 'react';
import cx from 'classnames';
import {ClassNamesFn, themeable} from '../theme';
interface LayoutProps {
id: string;
header?: boolean | React.ReactNode;
aside?: boolean | React.ReactNode;
asideClassName: string;