We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
children
1 parent 7cf08dd commit 021e0ebCopy full SHA for 021e0eb
polaris-react/src/components/Tile/Tile.tsx
@@ -22,7 +22,7 @@ type Gap = {
22
23
export interface TileProps {
24
/** Elements to display inside tile */
25
- children?: React.ReactNode;
+ children: React.ReactNode;
26
/** Adjust spacing between elements */
27
gap?: Gap;
28
/** Adjust number of columns */
0 commit comments