Skip to content

Commit f145c79

Browse files
authored
feat: added HeaderBlockFullProps to export (#1203)
1 parent 043e889 commit f145c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import './Header.scss';
1818

1919
const b = block('header-block');
2020

21-
type HeaderBlockFullProps = HeaderBlockProps & ClassNameProps;
21+
export type HeaderBlockFullProps = HeaderBlockProps & ClassNameProps;
2222

2323
interface BackgroundProps {
2424
background: HeaderBlockBackground;

0 commit comments

Comments
 (0)