Skip to content

Commit 0dbd375

Browse files
author
Daniel Ruf
committed
fix: Allow all types for children to fix tslint error.
1 parent 6b1c1f2 commit 0dbd375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@css-blocks/jsx/test/fixtures/deep-multifile/components/awesome-component-two.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { h } from 'preact';
33
import baz from '../blocks/baz.block.css';
44

55
export interface Props {
6-
children?: JSX.Element | JSX.Element[]
6+
children?: JSX.Element | JSX.Element[] | any
77
}
88

99
export default function render(props: Props){

0 commit comments

Comments
 (0)