UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

8 lines (7 loc) β€’ 251 B
import * as React from 'react'; export interface FooterRowProps { children?: React.ReactNode; className?: string; style?: React.CSSProperties; } export default function FooterRow({ children, ...props }: FooterRowProps): React.JSX.Element;