UNPKG

phx-react

Version:

PHX REACT

7 lines (6 loc) 210 B
import React from 'react'; interface IDividerProps { borderColor?: 'primary' | 'secondary' | 'tertiary'; } export declare const PHXDivider: ({ borderColor }: IDividerProps) => React.JSX.Element; export {};