Skip to content

Commit f5f2f51

Browse files
committed
fix(container): add prop type div to the component
1 parent 05d6be0 commit f5f2f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/foundation/grid/Container.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22

33
export type ContainerChildren = React.ReactNode[] | React.ReactNode | string;
44

5-
export type ContainerAs = 'article' | 'aside' | 'header' | 'footer' | 'main' | 'nav' | 'section';
5+
export type ContainerAs = 'article' | 'aside' | 'div' |'header' | 'footer' | 'main' | 'nav' | 'section';
66

77
export interface ContainerProps {
88
/**

0 commit comments

Comments
 (0)