import type { GlobalTheme } from '../global'; const getContentNavigatorTheme = (theme: GlobalTheme) => { const space = { valueHorizontalPadding: theme.space.small, }; return { space }; }; export default getContentNavigatorTheme;