UNPKG

@dnanpm/styleguide

Version:

DNA Styleguide repository provides the set of components and theme object used in various DNA projects.

7 lines (6 loc) 193 B
import React from 'react'; interface PageSearchProps { searchLabel?: string; } declare const PageSearch: ({ searchLabel }: PageSearchProps) => React.JSX.Element; export default PageSearch;