feat: import and use clear function (#32589) (#32696)

This commit is contained in:
Joe Fleming 2019-03-08 09:34:20 -07:00 committed by GitHub
parent f64bcd75d7
commit 106423d1dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ import { all } from './all';
import { any } from './any';
import { asFn } from './as';
import { axisConfig } from './axisConfig';
import { clear } from './clear';
import { compare } from './compare';
import { containerStyle } from './containerStyle';
import { context } from './context';
@ -64,6 +65,7 @@ export const functions = [
any,
asFn,
axisConfig,
clear,
columns,
compare,
containerStyle,