Fix type export HeaderIconLinkRowProps

This commit is contained in:
Juan Lulkin
2021-02-24 15:22:44 +01:00
parent a120e401b5
commit 5ec624b5bd
@@ -15,5 +15,5 @@
*/
export { HeaderIconLinkRow } from './HeaderIconLinkRow';
export type { HeaderIconLinkRowProps } from './HeaderIconLinkRow';
export type { IconLinkVerticalProps } from './IconLinkVertical';