chore(runtime-core): fix typo (#2442)

Co-authored-by: shaoziwei <ziwei.shao@cloudchef.io>
This commit is contained in:
ShaoDamao 2020-10-20 14:51:05 +08:00 committed by GitHub
parent 111d04f119
commit 288c764e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ export type Data = Record<string, unknown>
export interface ComponentCustomProps {} export interface ComponentCustomProps {}
/** /**
* Default allowed non-declared props on ocmponent in TSX * Default allowed non-declared props on component in TSX
*/ */
export interface AllowedComponentProps { export interface AllowedComponentProps {
class?: unknown class?: unknown