UNPKG

@kwiz/fluentui

Version:
7 lines (6 loc) 175 B
import React from 'react'; interface IProps { css?: string[]; } export declare const VerticalContent: React.FunctionComponent<React.PropsWithChildren<IProps>>; export {};