diff --git a/styles/src/index.ts b/styles/src/index.ts index 7909b14d..4c3d395c 100644 --- a/styles/src/index.ts +++ b/styles/src/index.ts @@ -1,3 +1,4 @@ +export * from "./navigation/navigation.styles"; export * from "./static/static.styles"; export * from "./tab-list/tab-list.styles"; export * from "./tab-list/tab.styles"; diff --git a/styles/src/navigation/navigation.styles.ts b/styles/src/navigation/navigation.styles.ts new file mode 100644 index 00000000..076553a4 --- /dev/null +++ b/styles/src/navigation/navigation.styles.ts @@ -0,0 +1,36 @@ +import { makeStyles, shorthands, tokens } from "@fluentui/react-components"; + +/** + * How to use: + * ``` + *