Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4458ad8

Browse files
committed
Export type for addons
1 parent 8a16266 commit 4458ad8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/settings-page/src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ declare global {
4444
};
4545
}
4646

47+
export type { EditTabProps } from './restrictions-view/edit';
48+
4749
const { wpVersion } = contentControlSettingsPage;
4850

4951
const renderer = () => {

0 commit comments

Comments
 (0)