description | - | string ,
number ,
false ,
true ,
{} ,
ReactElement<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)[] | 表示する tertialy link のプロパティの配列 |
zIndex | - | number | コンポーネントに適用する z-index 値 |
className | - | string | コンポーネントに適用するクラス名 |