j-gallery
Version:
a picture layout library
78 lines (76 loc) • 1.36 kB
JavaScript
import a from './a';
import area from './area';
import article from './article';
import aside from './aside';
import body from './body';
import button from './button';
import datalist from './datalist';
import details from './details';
import dialog from './dialog';
import dl from './dl';
import form from './form';
import h1 from './h1';
import h2 from './h2';
import h3 from './h3';
import h4 from './h4';
import h5 from './h5';
import h6 from './h6';
import hr from './hr';
import img from './img';
import input from './input';
import li from './li';
import link from './link';
import menu from './menu';
import menuitem from './menuitem';
import meter from './meter';
import nav from './nav';
import ol from './ol';
import option from './option';
import output from './output';
import progress from './progress';
import section from './section';
import select from './select';
import tbody from './tbody';
import textarea from './textarea';
import tfoot from './tfoot';
import thead from './thead';
import ul from './ul';
export default {
a,
area,
article,
aside,
body,
button,
datalist,
details,
dialog,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
img,
input,
li,
link,
menu,
menuitem,
meter,
nav,
ol,
option,
output,
progress,
section,
select,
tbody,
textarea,
tfoot,
thead,
ul,
};