chore(runtime-core): fix typo (#2442)
Co-authored-by: shaoziwei <ziwei.shao@cloudchef.io>
This commit is contained in:
parent
111d04f119
commit
288c764e52
@ -66,7 +66,7 @@ export type Data = Record<string, unknown>
|
||||
export interface ComponentCustomProps {}
|
||||
|
||||
/**
|
||||
* Default allowed non-declared props on ocmponent in TSX
|
||||
* Default allowed non-declared props on component in TSX
|
||||
*/
|
||||
export interface AllowedComponentProps {
|
||||
class?: unknown
|
||||
|
Loading…
Reference in New Issue
Block a user