BottomFixedArea
Props
description
stringnumberfalsetrueReactElement<any, string | JSXElementConstructor<any>>Iterable<ReactNode>ReactPortal
この領域の説明
primaryButton
FunctionComponentElement<BaseProps & ElementProps & RefAttributes<HTMLButtonElement>>FunctionComponentElement<BaseProps & ElementProps & RefAttributes<HTMLAnchorElement>>FunctionComponentElement<BaseProps & Omit<ButtonHTMLAttributes<HTMLButtonElement>, keyof BaseProps>>FunctionComponentElement<BaseProps & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof BaseProps>>
表示する Button
または AnchorButton
(variant="primary"
である必要がある)
secondaryButton
FunctionComponentElement<BaseProps & ElementProps & RefAttributes<HTMLButtonElement>>FunctionComponentElement<BaseProps & ElementProps & RefAttributes<HTMLAnchorElement>>FunctionComponentElement<BaseProps & Omit<ButtonHTMLAttributes<HTMLButtonElement>, keyof BaseProps>>FunctionComponentElement<BaseProps & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof BaseProps>>
表示する Button
または AnchorButton
(variant="secondary"
である必要がある)
tertiaryLinks
(Props & ElementProps)[]