SnippSync

Always Fresh Code

pageLayout.type.ts

customer-support-cursors
Lines 0-11
Auto-synced 5 days ago
This snippet automatically syncs with your GitHub repository
SnippSync
TS
pageLayout.type.ts
1import { JSX } from "react";
2import { ROUTES_KEYS } from "./pageLayout.constants";
3
4type TPageLayoutProps = {
5  className?: string;
6};
7
8type TStepKeys = (typeof ROUTES_KEYS)[number];
9type TRoutesLookup = Record<TStepKeys, JSX.Element>;
10
11export type { TPageLayoutProps, TRoutesLookup, TStepKeys };

Powered by SnippSync • Always fresh, always in sync

Create Your Own Auto-Synced Snippets

Keep Your Documentation Always Fresh

Create snippets that automatically sync with your GitHub repositories. Never worry about outdated documentation again.

Auto-sync with GitHub
Beautiful embeds
Share anywhere