mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
ts 错误
This commit is contained in:
parent
cf22ac2651
commit
dcfd842841
@ -44,7 +44,9 @@ export interface LogSchema extends BaseSchema {
|
||||
encoding?: string;
|
||||
}
|
||||
|
||||
export interface LogProps extends RendererProps, LogSchema {}
|
||||
export interface LogProps
|
||||
extends RendererProps,
|
||||
Omit<LogSchema, 'type' | 'className'> {}
|
||||
|
||||
export interface LogState {
|
||||
lastLine: string;
|
||||
|
Loading…
Reference in New Issue
Block a user