phx-react
Version:
PHX REACT
9 lines (8 loc) • 327 B
TypeScript
import React from 'react';
import { SettingLayoutType } from '../types/appearance';
interface StyledCustomLayoutProps {
configLayout?: SettingLayoutType;
settingSiteCookie?: SettingLayoutType;
}
declare const StyledCustomLayout: (props: StyledCustomLayoutProps) => React.JSX.Element;
export default StyledCustomLayout;